SFML community forums
Help => General => Topic started by: fixus971 on June 19, 2009, 02:50:43 am
-
I'm compiled SFML v1.5 on a fresh Linux Mint(Ubuntu)
finding needed: libraries, packages, include files .h, lib files.so
using this Ubuntu web tool: http://packages.ubuntu.com/ ("Search the contents of packages")
I spent 2 hours to do this starting from SFML compile errors so now I write here my work result for all others and Ask if someone found some alternative mode to setup all.
build-essential
mesa-common-dev
libxrandr-dev
libgl1-mesa-dev
libglu1-mesa-dev
libfreetype6-dev
libopenal-dev
libsndfile1-dev
To compile simly go in SFML dir and type "make"
-
You could have done apt-get build-dep libsfml
-
You forgot libx11-dev ;)
I should really add this stuff to the Linux tutorial.
-
I should really add this stuff to the Linux tutorial.
Done
-
Hi I'm completed my complete setup instructions to:
compile and use SFML & CEGUI with Netbeans in Italian Language:
http://www.fixweb.it/info/come-compilare-sfml-cegui-netbeans
If someone wants to convert in English I can help but now is too work for me and text is just very simple to understand locking codes
-
On my Linux Mint Gloria I tried "apt-get build-dep libsfml"
but don't understand it's results
PS: Now I have all working in my project but always get:
fixus@fixus-lm7 ~ $ sudo apt-get build-dep libsfml
[sudo] password for fixus:
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso
Lettura informazioni sullo stato... Fatto
E: Bisogna inserire alcuni URI di tipo 'source' in sources.list
-
could you paste
sudo LANG="C" apt-get build-dep libsfml
as I can't speak italian(?)
-
fixus@fixus-LM7 ~ $ sudo LANG="C" apt-get build-dep libsfml
[sudo] password for fixus:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
This is from other PC with same configuration - same result
-
You write something wrong in /etc/source.list I think.
-
Hi, Hiura. I'm sorry but I know "source.list" and I don't touch that file on this distro and I have same result on a semi-fresh installation too.