Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
0.8.3:installation [2021/04/15 08:54] – [Notes] admin0.8.3:installation [2022/04/08 14:22] (current) – [Notes] admin
Line 1: Line 1:
 ====== Installation ====== ====== Installation ======
  
-===== Download the latest package =====+===== Installer ===== 
 + 
 +Since v0.8.3.2265 we provide an easy-to-use installer. 
 + 
 +Download the Zip-Archive, extract it and run the "Gorilla3DInstaller.exe"
 +[[https://www.gorilla3d.de/download/Gorilla3DInstaller.zip|Download Installer for Windows]] 
 + 
 +**WARNING**: Previously manually installed packages have to be uninstalled before running the installer. 
 +Otherwise path settings may be conflicting. 
 + 
 +{{:0.8.3:g3d-installer-1.jpg?nolink&600|}}{{:0.8.3:g3d-installer-2.jpg?nolink&600|}} 
 + 
 +Select the desired IDE version you want a package to install for. 
 + 
 +Click "Install" to start the process. 
 + 
 +The application will download, extract and configure everything for you. 
 + 
 +===== Manual Installation ===== 
 + 
 +In case you have no access to the Installer Tool, you can still install the package yourself. 
 + 
 +Please follow the instructions. 
 + 
 +==== Download the latest package ====
  
 You can download the latest Developer-Edition packages for your specific Delphi DX version at  You can download the latest Developer-Edition packages for your specific Delphi DX version at 
Line 41: Line 65:
  
 ==== Notes ==== ==== Notes ====
 +
 +<color #ed1c24>Since v0.8.3.2265 you will need additional binaries inside the BDS installation directory!</color>
 +
 +  * Copy "<package-extract-path>\lib\fmod\windows\fmodL.dll" to "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\"
 +  * In some cases OpenSSL libs are necessary too: "libeay32.dll" and "ssleay32.dll"
  
 After package install and path configuration we recommend to: After package install and path configuration we recommend to:
Line 60: Line 89:
   * Restart the IDE   * Restart the IDE
   * Load your previously created application   * Load your previously created application
 +
 +**__REMARK:__ Was solved since v0.8.3.1846.**