mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
update readme
This commit is contained in:
parent
fef57f5447
commit
875e0f0edd
1 changed files with 1 additions and 17 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
```
|
```
|
||||||
$ cd src
|
$ cd src
|
||||||
$ rm -fr tmp # Windows: rmdir tmp /s /q
|
$ 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
|
$ 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
|
### Important notes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue