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 - Raihli

Pages: [1]
1
General / Re: Unable to install on linux
« on: February 11, 2016, 06:30:08 pm »
Ok i'm going to try that, thanks for reply

2
General / Unable to install on linux
« on: February 11, 2016, 02:58:44 pm »
Hello,

I've got some problem to install sfml on Linux (Solus Project)

This is the code :
(click to show/hide)

Compile like the tutorial
g++ -c main.cpp -I/home/raihli/sfml/include
g++ main.o -o sfml-app -L/home/raihli/sfml/lib -lsfml-graphics -lsfml-window -lsfml-system

But when I execute the program, he run and segfault immediately :
(click to show/hide)

Hope I give all useful information.

Thanks a lot

Pages: [1]
anything