Hi List
This question may be an old one, but......
How do I make GEM work in Linux??? Do I have to 'make' anything
I have downloaded version 0.77-1 and untar'ed it into /pd/gem/ What now?
Thanx in advance
Soeren Bovbjerg
Soeren Bovbjerg wrote:
Hi List
This question may be an old one, but......
How do I make GEM work in Linux??? Do I have to 'make' anything
I have downloaded version 0.77-1 and untar'ed it into /pd/gem/ What now?
first you should check if you ve got all the libraries needed (Mesa, gltt, freetype, td, ...), if not install them or build them in pd/gem/src/Auxlibs/ after that cd to pd/gem/src/Gnu, ./configure, make ....
i put the compiled Gem.pd-linux i think in /usr/lib/pd/externs and it loads fine with an "-lib Gem" entry in my .pdrc file ...
gloink.o
Thanx in advance
Soeren Bovbjerg
-----Original Message----- From: Soeren Bovbjerg [mailto:bovbjerg@musik.auc.dk]
Hi List
This question may be an old one, but......
How do I make GEM work in Linux??? Do I have to 'make' anything
I have downloaded version 0.77-1 and untar'ed it into /pd/gem/ What now?
Hi !
Sorry - my fault !
Building instructions for GEM got lost during upgrade. :(
IŽm still in a bad situation regarding distribution of pd and gem in binary form. It could be done providing statically linked libraries. This should be possible at least for Pd.
So, if someone likes to take over the job of creating rpmŽs, I would appreciate it a lot.
If you like to build Gem, it is necessary that all the libraries Gem depends on are installed:
libgltt libttf libjpeg libtiff libMesaGl and libMesaGLU (or libGL and libGLU)
... and others which are more common like
libc libX11 libXext libstdc++ libm libz
The configure script checks for them and reports back if it canŽt find them ...
Guenter
Thanx in advance
Soeren Bovbjerg