old:compiling_greenstone2_on_ubuntu
Differences
This shows you the differences between two versions of the page.
| old:compiling_greenstone2_on_ubuntu [2015/08/19 21:49] – external edit 127.0.0.1 | old:compiling_greenstone2_on_ubuntu [2019/03/13 21:39] (current) – page deleted as its replicated in main wiki kjdon | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | //**This page is in the ' | ||
| - | We recommend checking for more up-to-date information using the search box.**// | ||
| - | ====== Compiling Greenstone2 on Ubuntu ====== | ||
| - | |||
| - | You need to set JAVA_HOME to the actual root of the jdk, eg "/ | ||
| - | |||
| - | Install some required packages | ||
| - | < | ||
| - | sudo apt-get update | ||
| - | sudo apt-get upgrade | ||
| - | sudo apt-get install build-essential subversion gettext | ||
| - | </ | ||
| - | |||
| - | Checkout and install Greenstone. Installing to /usr/local in this example. | ||
| - | |||
| - | < | ||
| - | cd /usr/local | ||
| - | svn co http:// | ||
| - | |||
| - | cd gsdl | ||
| - | ./configure | ||
| - | make | ||
| - | make install | ||
| - | </ | ||
old/compiling_greenstone2_on_ubuntu.1440020987.txt.gz · Last modified: 2019/03/13 21:39 (external edit)
