Testing:
This will run the init.srp in the current directory (wxs), which is a good simple test. Then try typing print "hello world" into the window with the Eval button and click on Eval. Trycd serpent
Release\serpent64
> print "hello world"
hello world
> exit()
cd serpent/wxs
Release\wxserpent.exe init.srp
for more fun. The screen will look something like this:cd serpent/wxslib
..\wxs\Release\wxserpent64 wxs_test.srp
Important: If your serpent directory contains trunk, tags, and branches, check the code above and try again. For these instructions to work, all the repository files in trunk must be copied to the local working copy named serpent. E.g. you should have serpent/README.txt, serpent/32bit, and serpent/64bit. After you install liblo, you should have serpent/../liblo.svn checkout svn://svn.code.sf.net/p/serpent/code/trunk serpentor, if you are a developer and plan to commit changes back to SourceForge,
svn checkout svn+ssh://rbd@svn.code.sf.net/p/serpent/code/trunk serpent