News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

installing SDL

Started by unclereg, June 29, 2016, 12:56:58 PM

Previous topic - Next topic

unclereg

I have downloadded SDL and unzipped it but the instructions in the tut i'm following
here http://www.cprogramming.com/tutorial/sdl/setup.html  has a different view
of the codeblocks main folder ... I don't have the include folder, to copy to, at all ....
how do i get SDL in ?

BlueHazzard

the procedure described on this tutorial is really bad practice... Never copy files to your compiler include/lib directory...

it is more convenient to place sdl in a folder where all your libraries will be in the future... Let it in a speerate folder something like

MyFiles\programming\libraries\sdl

the start codeblocks, make a new project and select sdl as base (select sdl on the new project folder)
The wizard will ask you later the location of sdl. There enter the path where you have placed your sdl library...

PS. Search on youtube.. there are a lot video tutorials how to install codeblocks and sdl...

greetings

unclereg

All good ... thanks BlueHazzard.