Hi,
can you give me video link about how to set up the Flare's open source ?
I've never been trying to do anything advanced on C++, so any information about how to set up things would be great :D
Thanks in Advance !
See https://github.com/clintbellanger/flare-engine/wiki
Or be more specific with your questions.
How can i setup FLARE source to develop in C++?
1) what to download
2) where and how to setup source ( where: CodeBlocks,DEV C++)(how:any specifics in setup)
1)
git clone https://github.com/clintbellanger/flare-engine.git
cd flare-engine
cmake .
make
cd ..
git clone https://github.com/clintbellanger/flare-game.git
2)
Use your editor of choice.
after downloading source how do you set it up?
You will need a compiler and run it from a command line. If you'r using Windows, you could try MinGW, or Visual Studio. We really need soe info about your setup before we can help.