Changes between Version 4 and Version 5 of getting-ekg2
- Timestamp:
- 08/29/08 15:15:54 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
getting-ekg2
v4 v5 35 35 Autotools is basic, officially supported method of compiling EKG2. 36 36 37 === Compiling snapshot === 38 If you've downloaded EKG2 source snapshot, then all hard work has been already performed for you. You'll just have to run: 39 {{{ 40 ./configure <CONFIGURE_OPTS> 41 make 42 make install 43 }}} 44 45 To get info on configure options, use: 46 {{{ 47 ./configure --help 48 }}} 49 50 === Compiling SVN === 37 51 You'll have to have full autotools set installed (aclocal, autoconf, automake), gettext with 'autopoint' and libtool with 'libtoolize'. If 'autopoint' is unavailable (it required cvs installed, don't ask us why), autogen.sh will try to use 'gettextize' instead, but it may fail and is unsupported. 38 52 … … 48 62 }}} 49 63 50 To get more info, use:51 {{{52 ./configure --help53 }}}54 64 55 65 == Compiling using SCons ==
