Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
FLARE

Developing Help

Hykar
Saturday, March 15, 2014 - 14:18

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 !

  • Log in or register to post comments
Stefan Beller
joined 8 years 11 months ago
Saturday, March 15, 2014 - 15:00

See https://github.com/clintbellanger/flare-engine/wiki

Or be more specific with your questions.

  • Log in or register to post comments
Hykar
joined 6 years 11 months ago
Saturday, March 15, 2014 - 15:23

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)

  • Log in or register to post comments
Stefan Beller
joined 8 years 11 months ago
Saturday, March 15, 2014 - 15:29

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.

  • Log in or register to post comments
Hykar
joined 6 years 11 months ago
Saturday, March 15, 2014 - 16:06

after downloading source how do you set it up?

  • Log in or register to post comments
GunChleoc
joined 7 years 2 months ago
Sunday, March 16, 2014 - 08:49

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.

  • Log in or register to post comments