lms-video/pd-0.44-2/INSTALL.txt
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

13 lines
751 B
Text

Quick compilation instructions for Gnu/linux or Mac OSX, or Windows if you have
installed gygwin: make sure "automake" is installed as well as the usual C
compiler chain. Then in this directory, type "./autogen.sh", then
"./configure"; then "make".
Alternatively, you can use the fallback makefiles in "src" for gnu/linux, Mac
OSX, or Microsoft Visual C. (Special instructions for Microsoft Visual C: cd
to src and type "make -f makefile.nt". Then CD to the various subdirs of extra
and type "make nt" in each.)
Various dependencies: in linux and Mac you need TK (apparently always present
for Mac and usually there for linux). On linux you may also need an ALSA
"dev" package: (yum install alsa-lib-devel) or (apt-get install libasound2-dev).