Changes between Version 1 and Version 2 of BuildingEpiarOnUbuntu


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingEpiarOnUbuntu

    v1 v2  
    1515 
    1616== Checking out the Source == 
    17 If you don't already have the source code, you can check out the latest development code (which should compile but doesn't always depending on development) by using git (note that git requires the git-core package installed on Ubuntu). 
     17If you don't already have the source code, you can check out the latest development code (which should compile but doesn't always depending on development) by using git (note that git requires the git-core package installed on Ubuntu). You can check out the source code with the command: git clone git://github.com/knowknowledge/Epiar . This will create a directory 'Epiar' in your current directory. 
     18 
     19== Building the Source == 
     20The following commands use the widely-used GNU autotools build system (configure, make) to build Epiar: 
     21 
     22chmod +x ./autogen.sh 
     23./autogen.sh 
     24./configure 
     25make 
     26 
     27Then simply type ./Epiar to run!