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
1.0.0:installation [2023/02/22 14:57] – created - external edit 127.0.0.11.0.0:installation [2023/02/23 08:35] – [Configure] admin
Line 1: Line 1:
 ====== Installation ====== ====== Installation ======
  
-===== Installer =====+We offer various ways to install Gorilla3D Addon Framework for Delphi. 
 +You can use the embedded GetIt Package Manager inside of your IDE, our installer tool or install the packages manually.
  
-Since v0.8.3.2265 we provide an easy-to-use installer.+  - GetIt Package Manager 
 +  - Installer-Tool 
 +  - Manual Installation 
 +    - Delphi 10.1.1 - 10.2.3 
 +    - Delphi 10.3.0 - Delphi 11.2+ 
 + 
 +===== GetIt Package Manager ===== 
 + 
 +Embarcadero integrated Gorilla3D inside the IDE GetIt-Package-Manager for an easy installation process. 
 + 
 +  - Simply open up the GetIt-Package Manager dialog under: Tools > GetIt-Package-Manager 
 +  - Search for "Gorilla3D" in the top right search edit 
 +  - Select the item and click on "Install" to start the process 
 + 
 +{{:1.0.0:g3d-ide-getit.jpg?nolink|}} 
 + 
 +GetIt will do all the work for you including download, installation, configuration and the IDE restart afterwards. 
 + 
 +__**Notice:**__ GetIt-Package-Manager can only be used for Developer-Edition installation. If you bought a commercial license please use our Installer-Tool 
 +or the manual installation. 
 + 
 +__**Notice:**__ Due to delays in version rollout, the version in GetIt will not always be the latest packageIf you're looking for the newest version, we recommend our Installer-Tool. 
 + 
 +===== Installer Tool ===== 
 + 
 +Gorilla Software provides an easy-to-use installer tool doing all the work for you to download, install and configure the packages in the IDE for you. 
 +The tool is able to manage Developer-Edition downloads or Commercial-Edition downloads with your individual credentials.
  
 Download the Zip-Archive, extract it and run the "Gorilla3DInstaller.exe". Download the Zip-Archive, extract it and run the "Gorilla3DInstaller.exe".
Line 11: Line 38:
 Otherwise path settings may be conflicting. Otherwise path settings may be conflicting.
  
-{{:0.8.3:g3d-installer-1.jpg?nolink&600|}}{{:0.8.3:g3d-installer-2.jpg?nolink&600|}}+{{:1.0.0:g3d-installer-1.jpg?nolink&600|}}{{:1.0.0:g3d-installer-2.jpg?nolink&600|}}
  
 Select the desired IDE version you want a package to install for. Select the desired IDE version you want a package to install for.
Line 18: Line 45:
  
 The application will download, extract and configure everything for you. The application will download, extract and configure everything for you.
 +
  
 ===== Manual Installation ===== ===== Manual Installation =====
  
-In case you have no access to the Installer Tool, you can still install the package manually.+To install Gorilla3D packages correctly you have to follow the instructions.
  
-Please follow the instructions. 
  
-==== Download the latest package ====+==== Download ====
  
 You can download the latest Developer-Edition packages for your specific Delphi DX version at [[https://gorilla3d.de/files/]] You can download the latest Developer-Edition packages for your specific Delphi DX version at [[https://gorilla3d.de/files/]]
Line 31: Line 58:
 Go to the "packages" folder, choose your Delphi IDE version and download the highest version. Go to the "packages" folder, choose your Delphi IDE version and download the highest version.
  
-Latest Package (for Community Edition): [[https://gorilla3d.de/files/packages/10.4.2/Gorilla3D_Delphi_C%2B%2B_10.4.2_0.8.4.2341-pre.zip|https://gorilla3d.de/files/packages/10.4.2/Gorilla3D_Delphi_C%2B%2B_10.4.2_0.8.4.2341-pre.zip]]+Latest Package for Community Edition: [[https://gorilla3d.de/files/packages/10.4.2/Gorilla3D_Delphi_C%2B%2B_10.4.2_1.0.0.2573.zip|https://gorilla3d.de/files/packages/10.4.2/Gorilla3D_Delphi_C%2B%2B_10.4.2_1.0.0.2573.zip]]
  
-**The Developer-Edition is free for development purposes and max. 5 developers. When releasing your project you need to purchase the Commercial-Version!**+**The Developer-Edition is free for development purposes and max. 5 developers. When releasing your project you need to purchase a commercial license!**
  
-The free developer-edition contains the same features like the commercial version, it only contains multiple visual and hardcoded watermarks.+The free developer-edition contains the same features like the commercial version, it additionally contains multiple visual and hardcoded watermarks.
  
-===== Unpack and configure ====+==== Unpack and Install ====
-Download the zip-archive and unpack anywhere (<installation-directory>).+
  
-In Delphi IDE go to:+Unpack the downloaded zip-archive anywhere (<installation-directory>). 
 + 
 +Inside the Delphi IDE go to:
   * Menu: **Components > Install packages**   * Menu: **Components > Install packages**
   * Move to directory: "<installation-directory>\Win32\Release"   * Move to directory: "<installation-directory>\Win32\Release"
Line 50: Line 78:
 {{ ::g3d-pckg-install.jpg?nolink&600 |}} {{ ::g3d-pckg-install.jpg?nolink&600 |}}
  
 +==== Configure ====
 After packages were added, we need to configure compiled source-code (DCU) paths. After packages were added, we need to configure compiled source-code (DCU) paths.
-This depends on the IDE version you are using. 
  
-__Notice:__ For Win32 platform paths should already exist in most IDE versions+Because the IDE has changed over the years, some configurations have been moved
-==== Delphi 10.3 - Delphi 11.1+ ====+ 
 +=== Delphi 10.1.1 - 10.2.3 ===
  
 To insert DCU's go to:  To insert DCU's go to: 
-  - Menu: **Tools > Options > Language > Delphi-Options > Library**+  - Menu: **Tools > Options > Environmentoptions > Delphi-Options > Library**
   - Select "Windows 32-Bit" platform on top   - Select "Windows 32-Bit" platform on top
   - Go to "**Library-Path**" input field and add the "**<installation-directory>\Win32\Release\**"   - Go to "**Library-Path**" input field and add the "**<installation-directory>\Win32\Release\**"
   - Repeat this analog for "Windows 64-Bit" and "Android" platforms   - Repeat this analog for "Windows 64-Bit" and "Android" platforms
  
-{{ ::g3d-dcu-install.jpg?nolink&600 |}} +=== Delphi 10.3.0 - Delphi 11.2+ ===
-==== Delphi 10.1 ====+
  
 To insert DCU's go to:  To insert DCU's go to: 
-  - Menu: **Tools > Options > Environmentoptions > Delphi-Options > Library**+  - Menu: **Tools > Options > Language > Delphi-Options > Library**
   - Select "Windows 32-Bit" platform on top   - Select "Windows 32-Bit" platform on top
   - Go to "**Library-Path**" input field and add the "**<installation-directory>\Win32\Release\**"   - Go to "**Library-Path**" input field and add the "**<installation-directory>\Win32\Release\**"
   - Repeat this analog for "Windows 64-Bit" and "Android" platforms   - Repeat this analog for "Windows 64-Bit" and "Android" platforms
 +
 +{{ ::g3d-dcu-install.jpg?nolink&600 |}}
  
 ==== Notes ==== ==== Notes ====
Line 77: Line 107:
  
 <code> <code>
-f.e. "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\"+f.e. "C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\"
 </code> </code>