SOM-st/PySOM

Running hello world fails

Closed this issue · 2 comments

jnanjeky@simplex:~/cascon1/PySOM$ ./som.sh -cp Smalltalk TestSuite/TestHarness.som
Object class could not be loaded. It is likely that the class path has not been initialized properly. Please make sure that the '-cp' parameter is given on the command-line.
jnanjeky@simplex:~/cascon1/PySOM$ 

Am I missing something?

smarr commented

Sorry, looks like the instructions are incomplete.
Before being able to run any program, you'll need to initialize the git submodule with the core library.

git submodule update --init should do the trick.

Thanks, it will help to include this in the readme. Thanks.