Giter Site home page Giter Site logo

secret-archer's Introduction

secret-archer

You are expected to have a working version of msys, mingw, cmake and git installed.

Just click on the links and run the appropriate installers.

Two words of warning that you can find here as well:

You must prepend the bin-directory of your mingw- and msys-installation to your path: If you installed mingw to C:\MinGW, add C:\MinGW\bin;C:\MinGW\msys\1.0\bin to your user path (not to your system path).

After the installation, open up the MinGW Shell (Start>All Programs>MinGW>MinGW Shell) and enter /postinstall/pi.bat. Now you should be ready to use mingw from the windows command line as well.

On linux, run sudo apt-get install cmake git as you don't need mingw and msys.

Compilers other than g++ are currently not supported. They may or may not work.

How to install sfml:

In a shell with adminstrative priviledges, run:

$ cd C:\Windows\Temp # any directory
$ git clone [email protected]:LaurentGomila/SFML
$ cd SFML
$ git checkout 2.0
$ cmake -G "MSYS Makefiles"
$ cmake -DSFML_BUILD_DOC=TRUE # Only if doxygen is installed.
$ make install
$ cmake -DSFML_BUILD_TYPE=Debug
$ make install

For linux, use the Unix Makefiles-generator instead of MSYS Makefiles.

You're done! The libraries are located in the C:\Program Files(x86)\SFML and /usr/local/lib respectively.

secret-archer's People

Contributors

mitmischer avatar lhk avatar

Watchers

 avatar James Cloos avatar  avatar

secret-archer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.