Changeset 4298

Show
Ignore:
Timestamp:
05/31/08 17:46:50 (4 months ago)
Author:
pmoura
Message:

Updated the installer scripts with a note on the requirement to patch the Logtalk compiler for using Quintus Prolog as the back-end compiler.

Location:
trunk/scripts
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/debian/postinst

    r4297 r4298  
    4444echo "* K-Prolog (version 5.1.x):                plclgt" 
    4545echo "* Qu-Prolog (version 8.1 or later):        qplgt" 
    46 echo "* Quintus Prolog (version 3.5):            quintuslgt" 
     46echo "* Quintus Prolog (version 3.5):            quintuslgt  (implies patching Logtalk)" 
    4747echo "* SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt" 
    4848echo "* SWI-Prolog (version 5.6.43 or later):    swilgt" 
  • trunk/scripts/install.sh

    r4297 r4298  
    8888echo "* K-Prolog (version 5.1.2a or later):      plclgt" 
    8989echo "* Qu-Prolog (version 8.1 or later):        qplgt" 
    90 echo "* Quintus Prolog (version 3.5):            quintuslgt" 
     90echo "* Quintus Prolog (version 3.5):            quintuslgt (implies patching Logtalk)" 
    9191echo "* SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt" 
    9292echo "* SWI-Prolog (version 5.6.43 or later):    swilgt" 
  • trunk/scripts/linux/logtalk.spec

    r4297 r4298  
    140140echo "* K-Prolog (version 5.1.x):                plclgt" 
    141141echo "* Qu-Prolog (version 8.1 or later):        qplgt" 
    142 echo "* Quintus Prolog (version 3.5):            quintuslgt" 
     142echo "* Quintus Prolog (version 3.5):            quintuslgt  (implies patching Logtalk)" 
    143143echo "* SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt" 
    144144echo "* SWI-Prolog (version 5.6.43 or later):    swilgt" 
  • trunk/scripts/macosx/Portfile

    r4297 r4298  
    5858    ui_msg "* K-Prolog (version 5.1.x):                plclgt" 
    5959    ui_msg "* Qu-Prolog (version 8.1 or later):        qplgt" 
    60     ui_msg "* Quintus Prolog (version 3.5):            quintuslgt" 
     60    ui_msg "* Quintus Prolog (version 3.5):            quintuslgt  (implies patching Logtalk)" 
    6161    ui_msg "* SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt" 
    6262    ui_msg "* SWI-Prolog (version 5.6.43 or later):    swilgt" 
  • trunk/scripts/windows/logtalk.iss

    r4297 r4298  
    5656Name: "prolog\gprolog"; Description: "GNU Prolog integration (version 1.2.16 or later)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    5757Name: "prolog\plc"; Description: "K-Prolog integration (version 5.1.x)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    58 Name: "prolog\quintus"; Description: "Quintus Prolog integration (version 3.5)"; Types: full prolog custom; Flags: disablenouninstallwarning 
     58Name: "prolog\quintus"; Description: "Quintus Prolog integration (version 3.5; implies patching Logtalk)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    5959Name: "prolog\sicstus"; Description: "SICStus Prolog integration (versions 3.12.x, 4.0.x)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    6060Name: "prolog\swi"; Description: "SWI-Prolog integration (version 5.6.43 or later)"; Types: full prolog custom; Flags: disablenouninstallwarning