Skip to content

Commit ffcff98

Browse files
committed
documentation update
1 parent 9ebc5be commit ffcff98

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
107114
Changing the compile-time variables of PEB requires editing its project file - ``peb.pro``.
108115
* **Macintosh binary type:** ``BUNDLE``

REQUIREMENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)