-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow to set sfml.txt
More file actions
23 lines (16 loc) · 856 Bytes
/
Copy pathhow to set sfml.txt
File metadata and controls
23 lines (16 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
I use the code blocks 20.03 version
and sfml 5.2.1
download code blocks version mingw32-setup -> http://www.codeblocks.org/downloads/binaries/#imagesoswindows48pnglogo-microsoft-windows
install code blocks
download sfml version GCC 5.1.0 Code::Blocks 32bits https://www.sfml-dev.org/download/sfml/2.5.1/
//If don't work try de MINGW 32bits version\\
open a gui project
go to project -> build options -> in project name->search directories
in compiler tab add sfml/include path
in linker tab add sfml/lib path
in link libraries add in order
graphics path.a -> window path.a -> system.a path
in debug name -> linker settings -> link libraries add in order
graphics-d.a path -> window-d.a path -> system-d.a path
in release name -> linker settings -> link libraries add in order
graphics path.a -> window.a path -> system.a path