Changeset 4225 for trunk/QUICK_START.txt
- Timestamp:
- 04/25/08 16:13:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/QUICK_START.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/QUICK_START.txt
r4132 r4225 25 25 On POSIX operating-systems, the following shell scripts are installed 26 26 by default for running Logtalk with selected back-end Prolog compilers 27 (which must be up datedand properly installed for running the scripts!):27 (which must be up-to-date and properly installed for running the scripts!): 28 28 29 29 * B-Prolog: bplgt (first run must use sudo) … … 33 33 * GNU Prolog: gplgt 34 34 * K-Prolog: plclgt 35 * Qu-Prolog: qplgt "35 * Qu-Prolog: qplgt 36 36 * SICStus Prolog: sicstuslgt 37 37 * SWI-Prolog: swilgt 38 38 * XSB: xsblgt (first run must use sudo) 39 * XSB MT: xsbmtlgt (first run must use sudo) "40 * XSB MT 64 bits: xsbmt64lgt (first run must use sudo) "39 * XSB MT: xsbmtlgt (first run must use sudo) 40 * XSB MT 64 bits: xsbmt64lgt (first run must use sudo) 41 41 * YAP: yaplgt 42 42 … … 82 82 library paths file are Prolog files. The predicate used to load these files 83 83 depends on your Prolog compiler (consult your Prolog compiler documentation 84 or take a look at the definition of the predicate '$lgt_load_prolog_code'/ 184 or take a look at the definition of the predicate '$lgt_load_prolog_code'/3 85 85 in the config file. For most command-line compilers, you could type at the 86 86 Prolog prompt something like:
