/[debburn]/nonameyet/trunk/COMPILE
ViewVC logotype

Contents of /nonameyet/trunk/COMPILE

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (show annotations) (download)
Wed Aug 23 09:06:46 2006 UTC (6 years, 9 months ago) by blade
File size: 550 byte(s)
delete more obsolete makefiles from svn
1
2 Short overview for those who don't read manuals:
3
4 This software is compiled to binary form using a build system based on the
5 CMake framework. Therefore, the requirements to build this package are:
6
7 - cmake (revent version, available from http://www.cmake.org or maybe as a
8 package in system's Linux distribution)
9 - make (an implmentation supported by cmake, eg. GNU make, smake, ...)
10 - working GCC compiler environment
11
12 INSTALLATION:
13
14 Run:
15
16 cmake .
17 make install
18
19 (you can append DESTDIR=/alternative/root to install into a different location)

  ViewVC Help
Powered by ViewVC 1.1.5