Sorry, the file got trashed :/ I'll rewrite it as I get a chance too -J ----- 2004-04-23 :: This is very basic, and probably "incomplete", reference at compiling Darkworld 0.1.0. For more 'correct' information, look to the project page on SourceForge: http://sourceforge.net/projects/darkworld CLIENT - Prereq's :: To compile the client you will need: 1) SDL - http://www.libsdl.org 2) ParaGUI - http://www.paragui.org 3) SQLite - http://www.sqlite.org [1] [1] - Get version 2.8.16 (as of this writing). The 3.x versioon doesn't work. Darkworld :: Download the 0.1.0 source from: http://prdownloads.sourceforge.net/darkworld/dw-0.1.0.tar.gz?download COMPILING :: Download and install the Prereq's, and the Darkworld 0.1.0 source. Extracting :: After extracting the Darkworld 0.1.0 file, you will have a directory structure like: dw-0.1.0 | `--- client/ | `--- server/ Quick Setup :: Here's the steps to quickly compile and test the client: $ cd dw-0.1.0/client $ make [ Here, watch for errors ... if there was some issues with SDL/ParaGUI/SQLite you'll definatly see it ] $ src/client -H '.' [ For "Server" enter: dw.deenlo.com ] --- Okay, that's really bad in comparison to my other one but I'll --- work on it. :)