Changes between Version 2 and Version 3 of BuildingEpiarOnUbuntu


Ignore:
Timestamp:
07/29/10 11:57:13 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingEpiarOnUbuntu

    v2 v3  
    2020The following commands use the widely-used GNU autotools build system (configure, make) to build Epiar: 
    2121 
     22{{{ 
    2223chmod +x ./autogen.sh 
    2324./autogen.sh 
    2425./configure 
    2526make 
     27}}} 
    2628 
    2729Then simply type ./Epiar to run!