User Tools

Site Tools


old:compiling_greenstone2_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

old:compiling_greenstone2_on_ubuntu [2015/08/19 21:49] – external edit 127.0.0.1old: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 'old' namespace, and was imported from our previous wiki.  
-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 "/usr/lib/jvm/java-6-sun". JAVA_HOME cannot be left empty or be set to /usr. 
- 
-Install some required packages 
-<code> 
-sudo apt-get update 
-sudo apt-get upgrade 
-sudo apt-get install build-essential subversion gettext 
-</code> 
- 
-Checkout and install Greenstone. Installing to /usr/local in this example. 
- 
-<code> 
-cd /usr/local 
-svn co http://svn.greenstone.org/gsdl/trunk gsdl 
- 
-cd gsdl 
-./configure 
-make 
-make install 
-</code> 
old/compiling_greenstone2_on_ubuntu.1440020987.txt.gz · Last modified: 2019/03/13 21:39 (external edit)