lms-video/Gem/build/autoconf
Santi Noreña e85d191b46 - Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector
- Añadidas fuentes de Gem y Pure Data
- pix2jpg incluído en Gem. Archivos de construcción de Gem modificados.
- Añadido fichero ompiling.txt con instrucciones de compilación
2013-02-04 18:00:17 +01:00
..
configure.mingw32 - Reestructuración de ficheros y directorios general 2013-02-04 18:00:17 +01:00
README.txt - Reestructuración de ficheros y directorios general 2013-02-04 18:00:17 +01:00

building Gem using autoconf
===========================

autoconf is the preferred way to build Gem.

#0 preparation
 if you installed Gem from a released version, just go to the .../Gem directory
 if you grabbed a development snapshot of Gem, you have to generate the autotools
 first; just go to the .../Gem directory and do
   .../Gem$ ./autogen.sh


#1 configuration step
 run configure with the appropriate options
   .../Gem$ ./configure

 for a complete list of options try
   .../Gem$ ./configure --help=recursive

 a typical call would look like:
   .../Gem$ ./configure --with-pd=/usr/include/pd --prefix=/usr -C CXXFLAGS="-g -O2"


#2 build
 once configuration succeeded (it will not succeed if you miss crucial libraries
 like openGL), build Gem:
   .../Gem$ make

#3 finally install
   .../Gem$ make install

 this will install Gem e.g. into /usr/lib/pd/extra/Gem/