PDA

Bekijk de volledige versie : CMAKE - how to compile Aften (ac3 encoder)



flex25
24-11-2010, 11:45
Hello
I need to compile Aften (http://aften.sourceforge.net/) but there isnīt "compile" file and on their web they mentioned that I have to use CMAKE for compiling but I donīt know how :-(
Can anybody help me with this?
thnx
FleX

wpte
24-11-2010, 16:53
Hello
I need to compile Aften (http://aften.sourceforge.net/) but there isnīt "compile" file and on their web they mentioned that I have to use CMAKE for compiling but I donīt know how :-(
Can anybody help me with this?
thnx
FleX

You need the cmake software: http://www.cmake.org/cmake/resources/software.html
it's not available in the ipkg feed, so you need to compile it yourself, luckily it has a normal makefile;)

according to the README file the commands are:

./bootstrap
make
make install
in the bootstrap you can specify extra parameters like --prefix=/opt