Changeset 4447 for trunk/CUSTOMIZE.txt

Show
Ignore:
Timestamp:
08/25/08 02:03:49 (5 months ago)
Author:
pmoura
Message:

Added a multifile/1 directive for the logtalk_library_path/2 predicate. Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CUSTOMIZE.txt

    r4411 r4447  
    1111 
    1212This 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 (whose  
    15 path is stored on the LOGTALKUSER environment variable; the folder itself  
    16 can be created by running the "cplgtdirs" shell command). 
     13installation and working environment. Customization is mostly done on a  
     14per-user basis by editing configuration files on the Logtalk user folder  
     15(whose path is stored on the LOGTALKUSER environment variable; this folder  
     16can be (re)created by running the "cplgtdirs" shell command). 
    1717 
    1818 
     
    2121In Logtalk, a library is simply a directory containing source files. Library  
    2222paths can be declared using a dynamic predicate. This allows compiling and  
    23 loading of libraries and library files to be performed without worries about  
    24 library paths. 
     23loading of libraries and library files using the library names instead of the 
     24full library paths. 
    2525 
    2626Inside your Logtalk user folder, you will find a "libpaths" folder containing  
     
    33332. CUSTOMIZING PROLOG CONFIGURATION FILES 
    3434 
    35 Logtalk interfaces with a specific Prolog compiler via a configuration file  
     35Logtalk interfaces with a specific Prolog compiler using a configuration file  
    3636that can be found on the "configs" folder inside your Logtalk user folder. 
    3737These configuration files can be customized by changing the default values  
     
    4242"tmpdir", "portability", "underscore_variables", and the documentation-related 
    4343flags ("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.   
     44to read the "configs/NOTES.txt" file for Prolog specific compatibility notes;  
     45some Prolog compilers do not support some of the possible compilation flags  
     46values. 
    4647 
    4748