|
Revision 3678, 1.5 KB
(checked in by pmoura, 21 months ago)
|
|
Improved documentation.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <html lang="en"> |
|---|
| 2 | <head> |
|---|
| 3 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> |
|---|
| 4 | <title>Install Logtalk</title> |
|---|
| 5 | </head> |
|---|
| 6 | <body> |
|---|
| 7 | <p> |
|---|
| 8 | <b>Welcome to the Logtalk for Mac OS X Installer</b> |
|---|
| 9 | </p> |
|---|
| 10 | <p> |
|---|
| 11 | Logtalk is an open source object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols, component-based programming through category-based composition, event-driven programming, and multi-threading programming. |
|---|
| 12 | </p> |
|---|
| 13 | <p> |
|---|
| 14 | This installer guides you through the steps necessary to install Logtalk for Mac OS X. Logtalk is installed on the <b>/opt/local/share/logtalk</b> directory. A link to the Logtalk installation folder is automatically created on the Applications folder. After completing the installation, each Logtalk end-user must run the shell command <b>cplgtdirs</b> once before using the Prolog integration scripts. This command creates a folder named <b>logtalk</b> on the user's home directory containing configuration files, examples, and documentation. Inside this folder is a link to a <b>CUSTOMIZE.txt</b> file describes how to customize Logtalk for your personal use. Links to the Prolog integration scripts are created on the <b>/opt/local/bin</b> directory, which must be on your system path. See the <b>/Applications/Logtalk/QUICK_START.txt</b> file for instructions on how to run Logtalk. |
|---|
| 15 | </p> |
|---|
| 16 | <p> |
|---|
| 17 | To get started, click Continue. |
|---|
| 18 | </p> |
|---|
| 19 | </body> |
|---|
| 20 | </html> |
|---|