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)
  • ❤ Donate
FLARE [ARCHIVED]

Download Source Code

JoeCabot116
Friday, October 19, 2012 - 05:28
JoeCabot116's picture

Hello everyone.

I have been downloading DSL libraries, compilers; all requirements to build Flare. I have read a lot of things, licenses; i learned a lot!. But when i came back to GitHub to download the source code... ejem...

Do i really need to copy-paste in raw format all the files and saved again in normal, one by one ?

I can not see what is wrong, help me please.

 

Thank you all.

 

 

 

  • Log in or register to post comments
Clint Bellanger
joined 15 years 10 months ago
Friday, October 19, 2012 - 05:33
Clint Bellanger's picture

On the GitHub project page for flare click the Downloads link, then look for the button that says "Download as zip"

  • Log in or register to post comments
JoeCabot116
joined 12 years 9 months ago
Saturday, October 20, 2012 - 11:00
JoeCabot116's picture

Thank you very much.

 

I had been downloaded a zip file in the previous page... but it was not the source code.

The three files in download page there were not the source code... Buf!. I do not like GitHub

interface, nothing, seems to me very confusing.

 

A lot of thanks.

 

 

void main ()
{
 char  *DIII = "R3AL5HIT";
 printf("%s",DIII);
}

  • Log in or register to post comments
pennomi
joined 14 years 8 months ago
Saturday, October 20, 2012 - 17:32
pennomi's picture

GitHub really isn't designed to be a file-sharing website (though it is that also), it's designed to be able to closely monitor and share changes in the source of a code project.

One way to easily stay on top of all the changes would be to use a graphical program like GitHub for Windows which would let you pull in any new changes at will. It would have a bit of a learning curve, but probably would save you time in the end if you want to always have the constantly changing version of Flare.

  • Log in or register to post comments