1
General / Build SFML (and SFGUI) WITHOUT ROOT privileges
« on: April 27, 2012, 10:43:51 am »
Hi!
I'm using SFML + SFGUI in C++. Everything is fine.
The only problem is: I should be able to build my project on every ubuntu linux pc.
SFML depends on some libraries like -lXmu -lXi -lGLU -lGL -lXext -lX11
And I have no idea how to satisfy all that dependencies without installing some packages(libxmuu-dev, libxmuu-headers, ...).
Another problem is: I run 32 bit linux, My program should be able to build on 64 machines as well.
So, I suppose, I should build all that libs, too?
So, I suppose, I should have the source of all the libraries sfml depends on.
But is it realistic? Should I build X11?
Can anybody give me a piece of advice?
Thanks in advance,
Ted Biryukov.
I'm using SFML + SFGUI in C++. Everything is fine.
The only problem is: I should be able to build my project on every ubuntu linux pc.
SFML depends on some libraries like -lXmu -lXi -lGLU -lGL -lXext -lX11
And I have no idea how to satisfy all that dependencies without installing some packages(libxmuu-dev, libxmuu-headers, ...).
Another problem is: I run 32 bit linux, My program should be able to build on 64 machines as well.
So, I suppose, I should build all that libs, too?
So, I suppose, I should have the source of all the libraries sfml depends on.
But is it realistic? Should I build X11?
Can anybody give me a piece of advice?
Thanks in advance,
Ted Biryukov.