View Single Post
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#62
Originally Posted by marmistrz View Post

May outdated cmake be the problem with applauncherd? In one of the amr.fayz' links it's claimed that some time ago applauncherd required cmake >= 2.8, and we have 2.6

try this


Download

www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz


Install CMake by running the following commands

HTML Code:
./bootstrap --prefix=/usr       \
            --system-libs       \
            --mandir=/share/man \
            --docdir=/share/doc/cmake-2.8.7 &&
make

HTML Code:
make install


I did not try it but I hope it helps you


Index of /files/v2.8

http://www.cmake.org/files/v2.8/