1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Notes about the Debian sludge-doc package
=========================================
Compiling the example projects
------------------------------
To compile the example projects, first copy them
to your home directory:
$ cp -r /usr/share/doc/sludge/ExampleProjects $HOME
Then some of the files need to be decompressed:
$ gzip -dr $HOME/ExampleProjects
Now you can open and compile the projects, e.g.:
$ sludge-projectmanager $HOME/ExampleProjects/VerbCoin/VerbCoin.slp
-- Tobias Hansen <tobias.han@gmx.de>, Sat, 23 Apr 2011 02:14:00 +0100
|