update readme

This commit is contained in:
polos 2017-09-14 13:22:58 +02:00
parent fef57f5447
commit 875e0f0edd

View file

@ -6,7 +6,7 @@
```
$ cd src
$ rm -fr tmp # Windows: rmdir tmp /s /q
$ ecl -shell make.lisp
$ ecl -shell make.lisp # will take a while
```
```
@ -15,22 +15,6 @@
$ sudo make install # Unix only
```
Optional, but recommended (integrate **wrapper functions**):
```
$ eql5 make-wrappers.lisp
```
```
$ touch tmp/eql.o # Windows: del tmp/eql.obj
```
```
$ qmake eql_lib.pro
$ make # MSVC: nmake
$ sudo make install # Unix only
```
### Important notes