On Thursday, August 12, 2010, Kjetil S. Matheussen wrote:
On Thu, 12 Aug 2010, Kjetil S. Matheussen wrote:
On Tue,
Aug 10, 2010 at 5:59 PM, Remon Sijrier
<remon(a)traverso-daw.org>wrote;wrote:
> Available for download here:
http://traverso-daw.org/download.html
>
> Change log can be viewed here:
http://traverso-daw.org/changelogs.html
>
> Feedback and praise please here:
>
http://traverso-daw.org/forum/index.php
>
> Don't forget to:
http://traverso-daw.org/Support.html
I've looked at the documentation, tried
"CMAKE_INSTALL_PREFIX=/hom/kjetism/site cmake .", grepped
the source, and googled briefly, but have not found out how
to avoid installing into /usr/local/. Could you add info
about how to do that in the INSTALL file? Thanks.
Sorry, "run ccmake ." to change options is already explained
in the INSTALL file. Unusual.
Unusual? only if you never have compiled a CMake based project. If you prefer
the command line interface:
$ cmake . -DCMAKE_INSTALL_PREFIX=/your/prefix
But if you really dare to be surprised, try this:
$ cmake-gui .
Regards,
Pedro