| 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). |
| | 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). 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 == |
| | 20 | The following commands use the widely-used GNU autotools build system (configure, make) to build Epiar: |
| | 21 | |
| | 22 | chmod +x ./autogen.sh |
| | 23 | ./autogen.sh |
| | 24 | ./configure |
| | 25 | make |
| | 26 | |
| | 27 | Then simply type ./Epiar to run! |