updating the documentation for buidling - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 3294e0ddc70f60b1ce763c5880e0e8fe8fee1520 DIR parent 4b27171e84587fe7e46e795837e19852309d257b HTML Author: Solene Rapenne <solene@perso.pw> Date: Fri, 3 Nov 2017 17:04:36 +0000 updating the documentation for buidling Diffstat: M README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) --- DIR diff --git a/README.md b/README.md @@ -9,8 +9,7 @@ with sbcl like this or with ecl - ecl -load clic.lisp**. - + ecl --load clic.lisp**. # Requirements @@ -20,15 +19,18 @@ If you want to produce a binary, you need ecl and a C compiler. # Make a binary -If you have ecl and a C compiler, just type `make` +## Linked binary requiring ECL -You will get a binary named *clic*. +If you have ecl and a C or C++ compiler, just type `make`. You will +get a binary named *clic*. The makefile is a wrapper that call +**make-binary.lisp** with ecl. -The makefile is a wrapper that call **make-binary.lisp** with ecl. +## Static binary (standalone) +If you want to deploy **clic** without installing sbcl or ecl, you can +create a standalone executable (10 Mb approximately) with sbcl. -I don't provide a way to generate a binary with sbcl because it -creates binaries larger than 10 Mb. + make sbcl-bin # Use it