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 - fedor.birjukov

Pages: [1]
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.

Pages: [1]
anything