update README

This commit is contained in:
polos 2021-03-25 10:59:37 +01:00
parent 0871e751fa
commit 95bb218660

View file

@ -18,10 +18,12 @@ Build (for the impatient)
In `src/` do:
```
$ export QT_INSTALL_LIBS = /usr/lib # Unix
$ ecl -shell make # will take a while
$ qmake eql5.pro # comment out all modules you don't need
$ qmake eql5.pro
$ make
$ sudo make install # Unix only
$ sudo make install # Unix
```
Now you should be able to run `eql5`.
@ -100,6 +102,11 @@ same compiler you'll use to compile EQL5):
[https://download.qt.io/archive/qt/](https://download.qt.io/archive/qt/)
Choose where to install the libs:
```
$ export QT_INSTALL_LIBS = /usr/lib # Unix
```
Qt4/Qt5 note:
You can have both old EQL (Qt4) and EQL5 (Qt5) installed in parallel (exe and
@ -113,9 +120,9 @@ variable to switch between the both on Unix (which requires the different Qt
$ export QT_SELECT=5
```
Please note that you need to build EQL5 in a path where you will keep it (you
can't move around the whole file tree later, since the build path needs to be
hard-coded in the executable).
Please note that you should build EQL5 in a path where you will keep it (you
can't move around the whole file tree later, since the path to find some
example files is hard-coded in the executable.)