To get started with Simple*, first, get download the SVN repository to your compiling system, using Subversion. Details on doing that are here.
To compile Simple* you will need:
Before you compile Simple*, you will need all of its dependencies. Be sure you have all the development files for each of these (and each of their dependencies) for whatever build environment you are using. Here's a list:
If you are running debian, the following command should take care of all of the above (both the requirements and the dependencies):
Next, you will need to compile it. If you have all the recommended tools above, it is just a matter of running "make" in the "simple" directory ("folder"). Then, if that worked, installing it with one of the following:
No matter which you chose, you will need to be sure to have the bin subdirectory (eg: "/usr/local/bin", "~/bin", or "<otherdir>/bin", for the three install examples above) in your path. To test if that works, run this:
You should see something like this printed to the screen:
0.0.0-svn0000000832
Then work on your app that will use it, or check out an app that already uses it, such as LDO.
At this point, you will certainly want to keep up with updates to Simple*. The best way to do this is to join the Simple* mailing list, or at least read through its archives every now and then. No reason not to join, it is an extremely low-volume list, as you can see by the archives
Hello world in Simple* coming soon.
For a complete example of using Simple*, check out LDO
Other examples coming soon.