Index of /2001_2006/spring06b/programming_workshop/lejos/Intellego

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR].svn/2018-01-26 19:54 -  
[TXT]GPL.txt2018-01-26 19:54 18K 
[DIR]HTMLcode/2018-01-26 19:54 -  
[   ]Intellego.bat2018-01-26 19:54 41  
[TXT]Intellego.sh2018-01-26 19:54 427  
[TXT]Intellego.sh.orig2018-01-26 19:54 345  
[   ]Makefile2018-01-26 19:54 403  
[TXT]README.html2018-01-26 19:54 2.3K 
[   ]build.bat2018-01-26 19:54 89  
[   ]clean.bat2018-01-26 19:54 186  
[DIR]controllers/2018-01-26 19:54 -  
[DIR]hybrid/2018-01-26 19:54 -  
[DIR]intellego/2018-01-26 19:54 -  
[DIR]interfaces/2018-01-26 19:54 -  
[DIR]javadocs/2018-01-26 19:54 -  
[DIR]logs/2018-01-26 19:54 -  
[DIR]main/2018-01-26 19:54 -  
[   ]makeHTMLcode.bat2018-01-26 19:54 72  
[   ]makeJavadoc.bat2018-01-26 19:54 147  
[DIR]real/2018-01-26 19:54 -  
[DIR]simworldobjects/2018-01-26 19:54 -  
[DIR]simworlds/2018-01-26 19:54 -  
[DIR]util/2018-01-26 19:54 -  

Intellego

Intellego

Graham Ritchie, University of St Andrews


This folder contains all of the submission for the project:

Windows

To use the software in Windows you must first have java and lejos installed (see below for download sites), go to the setup.bat file in the util directory and set the JAVA_HOME, LEJOS_HOME and INTELLEGO_HOME variables to the correct paths to java, lejos and intellego respectively

To compile the software, from this directory run clean.bat, to delete all previous class files, and then run build.bat to compile.

To run the system, run Intellego.bat

To generate the javadoc run makeJavadoc.bat

To generate the html of the code run makeHTMLcode.bat


Linux

To use the software in linux, make sure you have java installed correctly, then edit ./Intellego.sh and util/setup.sh to contain the correct paths and classpaths to the Intellego software and to lejos.

You may also wish to add the intellego home directory to your ~/.bashrc or similar PATH variable.

Then type Intellego.sh to run the software, make to compile the software, make javadoc to compile the javadoc, or make html to build the HTML.

make zip will build a zip file if you have the Infozip "zip" program installed, and make tar will build a tar.gz file for distribution.


Note that jdk1.3 has problems in it's implementation of Swing, and you should use jdk1.4 under linux for best performance and looks.


Download jdk and lejos: