oversight
This commit is contained in:
parent
95bb218660
commit
4969ea2b90
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue