Page 1 of 1

Clicker Sources Installation for dummies ...

Posted: Wed Mar 31, 2004 5:09 am
by Pype.Clicker
Thanks to whyme_t, windows XP users can now easily install a compilable clicker development kit without going through arcanes of files patching.

The tool is available on whyme's Clicker eXPerimental Directory, together with a nice "creating modules for dummies" tutorial-to-be, and a few additionnal demonstration modules ...

For those who don't have DjGPP installed yet, a small quote from http://clicker.sourceforge.net/index.html ...
Make sure you have a correct DjGPP installation (or get our homemade djgpp tools release :)
Note that whyme_t's installer *do* include the whole source (so you needn't to download 0.8.11 tarball) and assumes %PATH% contains c:\djgpp\bin, etc. If you're installing both clicker-djgpp.zip and install.exe at once, it may fail invoking make. In that case, open a new command box and type

Code: Select all

set CLICKER=c:\clicker
set OSTYPE=DOS
set PATH=c:\djgpp\bin;%PATH%
set DJGPP=c:\djgpp\djgpp.env
make
No cygwin support so far ... sorry, tim. Your 'makefile.cygwin', 'config.cygwin' and 'makemod.cygwin' are of course welcome ;)

Re:Clicker Sources Installation for dummies ...

Posted: Wed Mar 31, 2004 5:12 am
by Pype.Clicker
oh ... and Linux users that still have gcc 2.95.3 just have to pick up the regular source tarball at SF, unpack it and do
"source setup" in the c32-lxsdk directory, of course ;)