teeworlds / documentation

https://www.teeworlds.com/?page=help
13 stars 14 forks source link

Additional info, where to put SDL and Freetype includes and libs #14

Closed savander closed 5 years ago

savander commented 5 years ago

The paths for libs are: other/(sdl/freetype)/<os>/lib(32/64) The paths for includes are other/(sdl/freetype)/include

oy commented 5 years ago

The paths for the windows libs actually are: other/(sdl/freetype)/lib/(x86/x64)

savander commented 5 years ago

Hmm, okay. probably CMake pr, has different paths

oy commented 5 years ago

Yeah would change the paths back after merge. So you keep the path structure when downloading sdl.

Fisico commented 5 years ago

SDL Download:

freetype download:

if you copy this 1:1 to other/sdl and other/freetype all is compiling with VS

Dune-jr commented 5 years ago

Closed in #17