User Tools

Site Tools


05_developer_tutorials:01_setup:01_setup-groimp-dev-environment

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
05_developer_tutorials:01_setup:01_setup-groimp-dev-environment [2025/12/12 11:58] – [Setting up Start configuration] groimp05_developer_tutorials:01_setup:01_setup-groimp-dev-environment [2026/01/23 10:57] (current) – [Use Maven to compile] Tim
Line 87: Line 87:
 This should create a folder called **app** in the current directory. This app folder is where compiled GroIMP plugins goes in the format ready to be shared. In it there is a platform-core....jar file. You can start groimp by starting this jar. (either double click on Windows, or from the terminal ''java -jar platform.....jar''). This should create a folder called **app** in the current directory. This app folder is where compiled GroIMP plugins goes in the format ready to be shared. In it there is a platform-core....jar file. You can start groimp by starting this jar. (either double click on Windows, or from the terminal ''java -jar platform.....jar'').
  
-You will notice however that, with only the core, GroIMP lack most of its features. Even some of the most used like RGG. You could download them using the [[01_user_documentation:user-guide:pluginmanager|plugin manager]], but it would only get the already compiled plugins. Here we will download them from GitLab and compile them from scratch.+You will notice however that, with only the core, GroIMP lack most of its features. Even some of the most used like RGG. You could download them using the [[01_user_documentation:11_plugin:01_manager|plugin manager]], but it would only get the already compiled plugins. Here we will download them from GitLab and compile them from scratch.
  
 ==== Add other plugins to the command ==== ==== Add other plugins to the command ====
05_developer_tutorials/01_setup/01_setup-groimp-dev-environment.1765537131.txt.gz · Last modified: 2025/12/12 11:58 by groimp