Hello there. I had installed allegro on slitaz 3.0 stable using cmake, but the installation went to /usr/local/lib and /usr/local/bin. How do i change the installation dir? I want it to be on /usr/lib and /usr/bin

Allegro not working
(6 posts) (3 voices)-
Posted 13 years ago #
-
./configure --prefix=/usr
Posted 13 years ago # -
Oh, thx. I'll try
-->EDIT<--
hey, did not worked. There is no ./configure.
Allegro uses cmake to compile.
Posted 13 years ago # -
Then modify the makefile directly and modify the path to suit your needs.
Posted 13 years ago # -
Worked! Thx for the help (:
Posted 13 years ago # -
Vidalia.tazpkg :
cd $src
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
make && make DESTDIR=$DESTDIR installPosted 13 years ago #
Reply
You must log in to post.