- Timestamp:
- 06/29/08 03:12:56 (3 months ago)
- Files:
-
- 1 modified
-
trunk/configs/NOTES.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r4327 r4332 398 398 SICStus Prolog 3.8~3.12.x 399 399 400 sicstus .config400 sicstus3.config 401 401 402 402 For versions 3.8.x~3.12.x. The config file sets the flag language to … … 411 411 file: 412 412 413 :- compile('$LOGTALKUSER/configs/sicstus .config').413 :- compile('$LOGTALKUSER/configs/sicstus3.config'). 414 414 :- compile('$LOGTALKHOME/compiler/logtalk.pl'). 415 :- compile('$LOGTALKUSER/libpaths/libpaths.pl'). 415 416 416 417 Consult the SICStus Prolog documentation for further information on the … … 418 419 419 420 420 SICStus Prolog 4.0 421 SICStus Prolog 4.0.x 421 422 422 423 sicstus4.config 423 424 424 Config file for the SICStus Prolog 4.0 version (tested with the Windows425 beta version).425 Config file for the SICStus Prolog 4.0 version (tested with the MacOS X 426 version and the Windows beta version). 426 427 427 428 … … 447 448 :- ['drive:\\path to logtalk user folder\\configs\\swi.config']. 448 449 :- ['drive:\\path to logtalk installation\\compiler\\logtalk.pl']. 450 :- ['drive:\\path to logtalk installation\\libpaths\\libpaths.pl']. 449 451 450 452 or to your .plrc (on MacOS X, Linux, Unix, and similar systems): … … 452 454 :- ['$LOGTALKUSER/configs/swi.config']. 453 455 :- ['$LOGTALKHOME/compiler/logtalk.pl']. 456 :- ['$LOGTALKUSER/libpaths/libpaths.pl']. 454 457 455 458 See the SWI-Prolog documentation for further information on the .plrc
