|
From: Chris <ti_...@ya...> - 2002-01-22 05:49:37
|
This is the structure I suggest for the libraries we will be using in our project (The Visual C++ project makes use of this library structure already) PS : This is only valid on a Win32 system. Linux has everything in the common /usr/...: <CVSROOT - Wave Wars> <src> . . . <SDL> <include> <lib> <image> <include> <lib> <mixer> <include> <lib> <net> <include> <lib> <ttf> <include> <lib> Where the corresponding packages names are : SDL - SDL image - SDL_image mixer - SDL_mixer net - SDL_net ttf - SDL_ttf All the libraries can be downlaoded @ www.libsdl.org when you select "Libraries". Chris ===== __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |