User Tools

Site Tools


en:developer:unix_source_install

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:developer:unix_source_install [2020/07/10 03:02] – created anupamaen:developer:unix_source_install [2020/09/02 21:02] anupama
Line 9: Line 9:
  
   * A command-line SVN installed.    * A command-line SVN installed. 
-  * Java JDK 6.x or later. For compiling on 64 bit machines, need the 64 bit version of JDK. For compiling Greenstone 3.06 and onwards, need JDK 7.x or later.+  * JDK: Tested with JDK 8.x for GS3.10. For compiling on 64 bit machines, need the 64 bit version of JDK. For compiling Greenstone 3.06 and onwards, need JDK 7.x or later. May still work as per older instructions with minimum Java JDK 6.x or later.  
   * Perl, which tends to be distributed with many unix systems these days.   * Perl, which tends to be distributed with many unix systems these days.
   * make, gcc, g++. [[https://www.howtogeek.com/105413/how-to-compile-and-install-from-source-on-ubuntu/|To install]] [[https://askubuntu.com/questions/513349/how-can-i-know-that-i-have-g-installed-in-my-ubuntu|on Ubuntu]]: ''sudo apt-get install build-essential''   * make, gcc, g++. [[https://www.howtogeek.com/105413/how-to-compile-and-install-from-source-on-ubuntu/|To install]] [[https://askubuntu.com/questions/513349/how-can-i-know-that-i-have-g-installed-in-my-ubuntu|on Ubuntu]]: ''sudo apt-get install build-essential''
   * To save the time it takes to compile gnome-lib, you can also use the pre-compiled ''gnome-lib-minimal'' as in the instructions below.   * To save the time it takes to compile gnome-lib, you can also use the pre-compiled ''gnome-lib-minimal'' as in the instructions below.
-  * If you have issues compiling ''imagemagick'' with Greenstone, then on Ubuntu you can let its [[https://idroot.us/install-imagemagick-ubuntu-20-04/|package manager install imagemagick]] for you:\\ <code> sudo apt update +  * If you have issues compiling ''imagemagick'' with Greenstone, then on Ubuntu you can let its [[https://idroot.us/install-imagemagick-ubuntu-20-04/|package manager install imagemagick]] for you:\\ <code> 
- sudo apt upgrade +sudo apt update 
- sudo apt install imagemagick+sudo apt upgrade 
 +sudo apt install imagemagick
 </code> </code>
  
en/developer/unix_source_install.txt · Last modified: 2023/03/13 01:46 by 127.0.0.1