Changes between Version 2 and Version 3 of BuildingEpiarOnUbuntu
- Timestamp:
- 07/29/10 11:57:13 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingEpiarOnUbuntu
v2 v3 20 20 The following commands use the widely-used GNU autotools build system (configure, make) to build Epiar: 21 21 22 {{{ 22 23 chmod +x ./autogen.sh 23 24 ./autogen.sh 24 25 ./configure 25 26 make 27 }}} 26 28 27 29 Then simply type ./Epiar to run!