SFML community forums

General => SFML wiki => Topic started by: Rommel on May 11, 2011, 04:01:22 pm

Title: SFML 2.0 Compile w/ Cmake
Post by: Rommel on May 11, 2011, 04:01:22 pm
After manually resolving all the dependancies based on good guessing, I found the dependancy list was to be found at the bottom of the installation instructions of the compiling (advanced) section of the wiki for SFML 1.6.

Could you make sure to either include that information on the new (2.0) page (copy paste) or link to it? Save others the possible hour delay in just getting thus far.  :P
Title: SFML 2.0 Compile w/ Cmake
Post by: Laurent on May 11, 2011, 04:08:39 pm
The list which is on the wiki is not accurate. Some packages are not needed at all, some are wrong.

The best thing to do is to have a look at the license file, and install the dev packages of all the libraries that are listed in it.

I'll probably put a clean list of Linux dependencies somewhere in the tutorials before the public release of SFML 2.0.