Think HelloWorld HowTo
- Objective
Compile the HelloWorld example and run it on top of Linux/Unix/Mac OS X
- Requierements
Think download
C compiler (e.g. gcc)
Java compiler and JVM (J2SE) download
ANT download
- Compile and run
Go to the root directory: cd trunk
!!! Since 01/19/06 you have to set two variables !!!
export THINKOWPATH=/your/think/path/
export THINKPATH=${THINKOWPATH}
Compile the tools: ant tools
Go to the Helloworld directory: cd example/helloworld
Compile the Helloworld example: ant unix
Run it! ./hwunix