From 875e0f0edd05600769df780b5ba8f8fe80c6677f Mon Sep 17 00:00:00 2001 From: polos Date: Thu, 14 Sep 2017 13:22:58 +0200 Subject: [PATCH] update readme --- README-2-REBUILD.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README-2-REBUILD.md b/README-2-REBUILD.md index 26cd3df..d853d67 100644 --- a/README-2-REBUILD.md +++ b/README-2-REBUILD.md @@ -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