Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AritzBi

Pages: [1]
1
General discussions / Re: How to install SFML in OS X avoiding XCode
« on: July 18, 2013, 12:50:13 pm »
Thank you all for your answers.

I've been used to use aptitude for downloading all the required libraries so I don't have experience installing new libraries manually neither in linux nor in OS X. That's why I've been reading and I've found that all the libraries should be located in /usr/local, am I right? I've noticed that in the SFML's folder that I've download are some folders as include, lib, extlibs... Those folders should be inserted in that /usr/local path to be recognised by clang or c++?

2
General discussions / How to install SFML in OS X avoiding XCode
« on: July 18, 2013, 01:59:06 am »
Hi!

I've just started trying to develop something in OS X and I am having some issues in the installation. I want to install SFML to compile and use it only from command lines, avoiding XCode. So, my doubt is how should I install SFML to compile a file with a similar command to this : "g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system"

Thanks in advance.

Pages: [1]