Where can I download files?
On sourceforge prject's page. <http://sourceforge.net/projects/netcraft>. Go there and follow the instructions for downloading files.
How can I install Netcraft?
It's easy, just download .tar.gz file, unpack it somewhere and run "./setup". You SHOULD NOT be root to do this. Because Netcraft is in development version it will work in your local directory. You need some things to install and run Netcraft:
- Allegro - game programming library, nice one, but now you'll need hacked version to run netcraft. Aviable on download's page of netcraft project on sourceforge.
- libpng - Library for loading PNG files. It is aviable on standard distribution.
- GNU tools - Such as gcc, GNU make, standard C library, grep, sed. You can get it everywhere.
- XFree86 - no comments. Probably Allegro run on Linux console (but I can't achieve it, maybe you).
Does Netcraft run on Win32?
Not yet. Previous versions run on Win32, but this one will need some improvements (mainly keep up-to-date setup.bat and makefile.w32). Since Netcraft supports network (how silly) it won't run on DOS, because it needs Winsock library. Try to make your own apropriate library and I'll support it. Win32 source code exists, but is completely untested. Don't expect everything to work on it.
What is WiP?
It's "Work in Progress" version. Intended audience - developers.