Compilar emblend 3.0
De Wikillano
bajar de la web:
http://enblend.sourceforge.net/
Dependencias
apt-get install libboost-dev libboost-graph-dev build-essential libtiff4-dev apt-get install autopano-sift libpano12-0 libpano12-bin libpano12-dev apt-get install libglew-dev apt-get install libboost-dev apt-get install liblcms1-dev sudo apt-get install libglut3-dev
Desinstalar libplot2 primero y después instalar libplot2c2 y libplot-de Compilar
- Nos metemos en el directorio que hemos creado despues de desempaquetar enblend
./configure
- ejecutamos make para compilar el paquete
make
- testeamos la compilación
make check
- Instalamos
make install
- Limpiamos
make clean
Salida del configure:
== root@davitux:/home/david/Desktop/enblend-3.0# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU ...
