Clicker Sources Installation for dummies ...

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Clicker Sources Installation for dummies ...

Post 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 ;)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Clicker Sources Installation for dummies ...

Post 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 ;)
Post Reply