Changeset 1075

Show
Ignore:
Timestamp:
06/12/04 03:23:04 (5 years ago)
Author:
pmoura
Message:

Improved instructions for first time users.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/NOTES

    r1056 r1075  
    77 
    88 
    9 This folder contains several examples of Logtalk programs. Most of  
    10 these examples need objects, protocols, and categories that are 
    11 defined in the Logtalk standard library or in other examples, so  
     9This folder contains several examples of Logtalk programs. A brief  
     10description of each example is included below. 
     11 
     12Each example contains a NOTES file and a loader utility file that may  
     13be used to load all the example entities. In addtion, most examples  
     14contain a SCRIPT file with sample queries for your to try. 
     15 
     16Most of these examples need objects, protocols, and categories that  
     17are defined in the Logtalk standard library or in other examples, so  
    1218you should load them first (see the NOTES files inside the library  
    1319folder and the NOTES file inside each example folder). 
  • trunk/QUICK_START

    r1069 r1075  
    6161 
    62622. Open the examples sub-directory. There you find several sub-directories 
    63 with ready to run examples and a NOTES file containing a brief description  
    64 of each example. Select and open one of the examples sub-directory. 
     63with ready to run examples and a NOTES file containing general instructions  
     64and a brief description of each example. Select and open one of the examples  
     65sub-directory. 
    6566 
    66673. Read the example NOTES file. Some examples are dependent on other examples