X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=INSTALL;h=638ae75c80dc4e1cc563a4e1e8d2e7258b64f6ec;hb=94743c6e54d28544f72565e52a56877fa91f180c;hp=307e9257cab03f2fe56f88be4b113ae8861b6697;hpb=1b650be8b800cf96e2c268ae317fb26d0bf36827;p=sbcl.git diff --git a/INSTALL b/INSTALL index 307e925..638ae75 100644 --- a/INSTALL +++ b/INSTALL @@ -133,10 +133,12 @@ To build the system binaries: where it can be found. 3. If you like, you can tweak the *FEATURES* set for the resulting Lisp system, enabling or disabling features like documentation - strings or extra debugging code. The preferred way to do this is - by creating a file "customize-target-features.lisp", containing - a lambda expression which is applied to the default *FEATURES* - set and which returns the new *FEATURES* set, e.g. + strings, threads, or extra debugging code (see + "base-target-features.lisp-expr" for a list of recognized + *FEATURES*). The preferred way to do this is by creating a file + "customize-target-features.lisp", containing a lambda expression + which is applied to the default *FEATURES* set and which returns + the new *FEATURES* set, e.g. (LAMBDA (LIST) (ADJOIN :SB-SHOW (REMOVE :SB-DOC