learn_more f059532a49 Bump version,
add windows readme
2013-11-01 21:22:54 +01:00
..
2013-09-14 04:19:56 +02:00
2013-09-14 04:19:56 +02:00
2013-11-01 21:22:54 +01:00

When building (on windows) you can put dependencies in this folder.
Headers go in the include folder (grouped by product, f.e. 'SDL', 'FL', 'curl') except for zlib, this goes directly in the include.
Libs all go in the lib folder, without subfolders.

this should be the resulting directory structure:

Externals
|   fluid.exe
|   out.txt
|   readme.txt
|   
+---include/
|   +---zconf.h
|   +---zlib.h
|   |   
|   +---curl/
|   |   \---(All curl headers)
|   |       
|   +---FL/
|   |   \---(All FLTK headers)
|   |       
|   +---GL/
|   |   \---(All GL headers)
|   |       
|   \---SDL/
|       \---(All SDL headers)
|           
\---lib/
        (All libs here)

A set of precompiled libraries (packed with the correct layout):
http://ge.tt/87h2Oww/v/0?c