Changes between Version 4 and Version 5 of getting-ekg2

Show
Ignore:
Timestamp:
08/29/08 15:15:54 (2 years ago)
Author:
mgorny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • getting-ekg2

    v4 v5  
    3535Autotools is basic, officially supported method of compiling EKG2. 
    3636 
     37=== Compiling snapshot === 
     38If 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> 
     41make 
     42make install 
     43}}} 
     44 
     45To get info on configure options, use: 
     46{{{ 
     47./configure --help 
     48}}} 
     49 
     50=== Compiling SVN === 
    3751You'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. 
    3852 
     
    4862}}} 
    4963 
    50 To get more info, use: 
    51 {{{ 
    52 ./configure --help 
    53 }}} 
    5464 
    5565== Compiling using SCons ==