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
Next revisionBoth sides next revision
0.8.4:installation [2022/05/03 12:37] – [Notes] admin0.8.4:installation [2022/07/21 08:46] – [Download the latest package] admin
Line 32: Line 32:
 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.2288-pre.zip|https://gorilla3d.de/files/packages/10.4.2/Gorilla3D_Delphi_C%2B%2B_10.4.2_0.8.4.2288-pre.zip]]+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]]
  
 **The Developer-Edition is free for development purposes and max. 5 developers. When releasing your project you need to purchase the Release-Version!** **The Developer-Edition is free for development purposes and max. 5 developers. When releasing your project you need to purchase the Release-Version!**
Line 82: Line 82:
  
   - Copy FMOD (audio library) DLL to BDS directory   - Copy FMOD (audio library) DLL to BDS directory
-    * "<package-extract-path>\lib\fmod\windows\fmodL.dll" to "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\"+    * "**<installation-directory>\lib\fmod\windows\fmodL.dll**" to "**C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\**"
   - Copy OpenSSL DLL files to BDS directory or ensure the system is able to find them automatically by environment variables   - Copy OpenSSL DLL files to BDS directory or ensure the system is able to find them automatically by environment variables
     * OpenSSL is needed by the embedded AssetsStore to download prefabs from web     * OpenSSL is needed by the embedded AssetsStore to download prefabs from web
-    * "libeay32.dll" and "ssleay32.dll"+    * "**libeay32.dll**" and "**ssleay32.dll**" to "**C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\**"
     * You can download OpenSSL at: [[https://www.openssl.org/source/|https://www.openssl.org/source/]]     * You can download OpenSSL at: [[https://www.openssl.org/source/|https://www.openssl.org/source/]]