Changeset 4053 for trunk/integration

Show
Ignore:
Timestamp:
01/26/08 18:44:17 (12 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/NOTES.txt

    r4049 r4053  
    1414system path): 
    1515 
    16     bplgt       B-Prolog integration script 
    17     ciaolgt     Ciao Prolog integration script 
    18     cxlgt       CxProlog integration script 
    19     eclipselgt  ECLiPSe integration script 
    20     gplgt       GNU Prolog integration script 
    21     plclgt      K-Prolog integration script 
    22     qplgt       Qu-Prolog integration script 
    23     quintuslgt  Quintus Prolog integration script 
    24     sicstuslgt  SICStus Prolog integration script 
    25     swilgt      SWI-Prolog integration script 
    26     xsblgt      XSB integration script (single-threaded) 
    27     xsbmtlgt    XSB integration script (multi-threaded) 
    28     yaplgt      YAP integration script 
     16    B-Prolog (version 7.0 or later):         bplgt    (first run must use sudo) 
     17    CIAO (version 1.10#5 or later):          ciaolgt  (first run must use sudo) 
     18    CxProlog (version 0.96.1 or later):      cxlgt 
     19    ECLiPSe (version 5.10#26 or later):      eclipselgt 
     20    GNU Prolog (version 1.2.16 or later):    gplgt 
     21    K-Prolog (version 5.1.2a or later):      plclgt 
     22    Qu-Prolog (version 8.1 or later):        qplgt 
     23    Quintus Prolog (version 3.5):            quintuslgt 
     24    SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt 
     25    SWI-Prolog (version 5.6.16 or later):    swilgt 
     26    XSB (version 3.1 or later):              xsblgt   (first run must use sudo) 
     27    XSB MT (CVS version):                    xsbmtlgt (first run must use sudo) 
     28    YAP (version 5.1.2 or later):            yaplgt 
    2929 
    3030On Windows systems, the Logtalk installer makes the Prolog integration  
     
    3939development. For production environments, improved performance may be  
    4040achieved by generating a new GNU-Prolog top-level that includes Logtalk. 
    41  
    42 The SWI-Prolog integration script assumes XPCE is installed. If that's  
    43 not the case, comment out the loading of the file "xpcehook.pl" on the  
    44 "integration/logtalk_swi.pl" file. 
    4541 
    4642Other Prolog compilers require manual steps for integration with Logtalk.