oversight

This commit is contained in:
polos 2021-03-25 11:01:43 +01:00
parent 95bb218660
commit 4969ea2b90

View file

@ -18,7 +18,7 @@ Build (for the impatient)
In `src/` do:
```
$ export QT_INSTALL_LIBS = /usr/lib # Unix
$ export QT_INSTALL_LIBS=/usr/lib # Unix
$ ecl -shell make # will take a while
$ qmake eql5.pro
@ -104,7 +104,7 @@ same compiler you'll use to compile EQL5):
Choose where to install the libs:
```
$ export QT_INSTALL_LIBS = /usr/lib # Unix
$ export QT_INSTALL_LIBS=/usr/lib # Unix
```
Qt4/Qt5 note: