File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,13 @@ Compiled and tested successfully using:
103103* [ Qt Creator 3.5.1 and Qt 5.5.1] ( http://download.qt.io/archive/qt/5.5/5.5.1/ ) on 64-bit Lubuntu 15.04 Linux,
104104* [ Qt Creator 3.5.1 and Qt 5.5.1] ( http://download.qt.io/archive/qt/5.5/5.5.1/ ) on 64-bit Lubuntu 16.04 Linux.
105105
106+ To compile PEB type in a terminal inside the `` src `` folder:
107+
108+ ```
109+ qmake
110+ make
111+ ```
112+
106113## Compile-time Variables
107114Changing the compile-time variables of PEB requires editing its project file - `` peb.pro `` .
108115* ** Macintosh binary type:** `` BUNDLE ``
Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ Compiled and tested successfully using:
1414* [ Qt Creator 3.5.1 and Qt 5.5.1] ( http://download.qt.io/archive/qt/5.5/5.5.1/ ) on 64-bit Lubuntu 15.04 Linux,
1515* [ Qt Creator 3.5.1 and Qt 5.5.1] ( http://download.qt.io/archive/qt/5.5/5.5.1/ ) on 64-bit Lubuntu 16.04 Linux.
1616
17+ To compile PEB type in a terminal inside the `` src `` folder:
18+
19+ ```
20+ qmake
21+ make
22+ ```
23+
1724## Runtime Requirements
1825* Qt 5 libraries - their full Linux list can be found inside the `` start-peb.sh `` script,
1926* Perl 5 distribution - any Linux, Mac or Windows Perl distribution.
You can’t perform that action at this time.
0 commit comments