Changeset 4624
- Timestamp:
- 11/30/08 10:03:56 (6 weeks ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
compiler/logtalk.pl (modified) (1 diff)
-
QUICK_START.txt (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
-
scripts/macosx/postflight (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4620 r4624 1902 1902 \+ '$lgt_current_flag_'(Flag, _). 1903 1903 1904 current_logtalk_flag(version, version(2, 34, 0)).1904 current_logtalk_flag(version, version(2, 34, 1)). 1905 1905 1906 1906 -
trunk/QUICK_START.txt
r4620 r4624 54 54 understanding of the main Logtalk concepts. 55 55 56 4. Go back to the "index.html" file, select the "User Manual" link, 57 the n the "Installing Logtalk" and "Running and debugging Logtalk58 programs" links. This will provide you with a basic understanding of56 4. Go back to the "index.html" file, select the "User Manual" link, then 57 the "Installing Logtalk" and "Writing, Running, and Debugging Logtalk 58 Programs" links. This will provide you with a basic understanding of 59 59 how to start Logtalk as well as how to compile and load Logtalk code. 60 60 -
trunk/RELEASE_NOTES.txt
r4622 r4624 21 21 Added a set of double-clickable *.command Terminal files for starting 22 22 Logtalk with selected back-end Prolog compilers on MacOS X. 23 24 Updated the MacOS X installer postflight script to open the Logtalk 25 installation folder and the "README.txt" file. 23 26 24 27 -
trunk/scripts/macosx/postflight
r4620 r4624 39 39 echo "Creating a link to the Logtalk installation folder in the /Applications folder..." 40 40 ln -sf /opt/local/share/logtalk /Applications/Logtalk 41 open /Applications/Logtalk/ 42 open /Applications/Logtalk/README.txt 41 43 42 44 echo ""
