Changeset 4447 for trunk/CUSTOMIZE.txt
- Timestamp:
- 08/25/08 02:03:49 (5 months ago)
- Files:
-
- 1 modified
-
trunk/CUSTOMIZE.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CUSTOMIZE.txt
r4411 r4447 11 11 12 12 This file contains detailed instructions for customizing your Logtalk 13 installation and working environment. Customization is mostly done on 14 a per-user basis by editing files on the Logtalk user folder (whose15 path is stored on the LOGTALKUSER environment variable; the folder itself16 can be created by running the "cplgtdirs" shell command).13 installation and working environment. Customization is mostly done on a 14 per-user basis by editing configuration files on the Logtalk user folder 15 (whose path is stored on the LOGTALKUSER environment variable; this folder 16 can be (re)created by running the "cplgtdirs" shell command). 17 17 18 18 … … 21 21 In Logtalk, a library is simply a directory containing source files. Library 22 22 paths can be declared using a dynamic predicate. This allows compiling and 23 loading of libraries and library files to be performed without worries about24 library paths.23 loading of libraries and library files using the library names instead of the 24 full library paths. 25 25 26 26 Inside your Logtalk user folder, you will find a "libpaths" folder containing … … 33 33 2. CUSTOMIZING PROLOG CONFIGURATION FILES 34 34 35 Logtalk interfaces with a specific Prolog compiler viaa configuration file35 Logtalk interfaces with a specific Prolog compiler using a configuration file 36 36 that can be found on the "configs" folder inside your Logtalk user folder. 37 37 These configuration files can be customized by changing the default values … … 42 42 "tmpdir", "portability", "underscore_variables", and the documentation-related 43 43 flags ("xmldocs", "xmldir", "xslfile", "xmlspec", and "xmlsref"). Be sure 44 to read the "configs/NOTES.txt" file for Prolog specific notes; some Prolog 45 compilers do not support the whole range of compilation flag values. 44 to read the "configs/NOTES.txt" file for Prolog specific compatibility notes; 45 some Prolog compilers do not support some of the possible compilation flags 46 values. 46 47 47 48
