Page 1 of 1

Just wondering

Posted: Wed Nov 05, 2008 1:22 pm
by ferty
Hi,all,I have a question regarding the use of programs compiled for linux.
If I write something and compile it,then take it to another machine running linux,does that machine have to have all of the same dependences that the Purebasic compiler needs to run the program,or is everything included in the executable.
Thanks.

Posted: Wed Nov 05, 2008 4:14 pm
by bembulak
You do not need the devel-packages, but the normal ones.

E.G. GTK2 for GUI, SDL for GAMES, ...