User Tools

Site Tools


02_user_tutorials:00_installation:01_from_executable

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
02_user_tutorials:00_installation:01_from_executable [2025/11/01 02:46] gaetan02_user_tutorials:00_installation:01_from_executable [2025/11/01 02:50] (current) gaetan
Line 23: Line 23:
 ===== Run the installation ===== ===== Run the installation =====
  
-The windows exe and debian release are executable files that will extract and install GroIMP on your computer. It will also provide you with the possibility to create menu entry and a shortcut.+==== Windows ==== 
 + 
 +The windows exe is an executable file that will extract and install GroIMP on your computer. 
 + 
 +While you are downloading the file you might get some warning from your web browser that the software is not certified by Microsoft. Please ignore this warning, as we neither had the funding nor the time to go through the certification process. 
 + 
 + 
 +Please double click on the downloaded file (make sure you have administrator rights on your machine for installation), and follow the instructions one by one: 
 + 
 +{{:tutorials:beginnerstut_image4.png?293x204}} {{:tutorials:beginnerstut_image5.png?295x202}} 
 + 
 +Normally, click on ‘I Agree’, then on ‘Next’. Choose the destination folder, then the maximum heap size for Java. This allocates certain amount of RAM (random access memory) to the Java Virtual Machine on which GroIMP is running. By default, 1500 MB are allocated, but you can allocate up to 50 per cent of the RAM available on your machine to Java, without any problem (so on a machine with 10 GB RAM you can enter 5000):\\ 
 +{{:tutorials:beginnerstut_image6.png?284x193}} {{:tutorials:beginnerstut_image7.png?282x192}} 
 + 
 +After this you click on ‘Install’ and wait for the installation to finish (this can take more than ten minutes). 
 + 
 +After the installation, folder “GroIMP-2.2” should be available under something like this address: “C:\Program Files\”. 
 + 
 +GroIMP will now be available either on your desktop or in the list of programmes: 
 + 
 +{{:tutorials:beginnerstut_image8.png?82x73}} 
 + 
 +==== Mac OS ==== 
 + 
 Mac users need to download the zip-file, extract it and run GroIMP from the command line. Mac users need to download the zip-file, extract it and run GroIMP from the command line.
  
Line 30: Line 54:
 into one  and the same directory). into one  and the same directory).
  
-After extraction of the zip-file, the following files, among others, are present in the installation+After extraction of the zip-file, the following files, amongst others, are present in the installation
 directory: directory:
  
Line 43: Line 67:
 distribution, legal notices and other information. Please read it carefully. If you distribution, legal notices and other information. Please read it carefully. If you
 have trouble with the installation procedure described in this manual, please consult have trouble with the installation procedure described in this manual, please consult
-the file `INSTALL` a solution.+the file `INSTALL` for a solution.
  
 `plugins` `plugins`
Line 54: Line 78:
 This file is an executable java archive and the entry-point for the Java runtime This file is an executable java archive and the entry-point for the Java runtime
 environment to start the GroIMP application. environment to start the GroIMP application.
 +
 +
 +==== Ubuntu & Debian ====
 +
 +
 +The .deb file is an executable file that will extract and install GroIMP on your computer.
 +
 +In most modern Ubuntu systems you can just click on the downloaded deb file and it will open the package manager which allows you to install the software.
 +
 +If this is not possible you can use ''sudo dpkg -i /path/to/groimp.deb'' in a command line.
 +
 +=== Increasing heap space on Linux ===
 +
 +If you want to start GroIMP with additional heap space you can do so from the command line:
 +
 +<code>
 +groimp -Xmx Xmx5G
 +</code>
 +==== Others ====
 +
 +
 +As a java software it is possible to execute GroIMP on any system that can run a java virtual machine of version 21. This includes almost any version of Linux as well as some other systems. 
 +For this case we provide an archive with the compiled jar on the Gitlab release page. 
 +This can then be executed with java -jar core.jar
 +
02_user_tutorials/00_installation/01_from_executable.1761961590.txt.gz · Last modified: 2025/11/01 02:46 by gaetan