Results 1 to 8 of 8

Thread: Instructions for installing GLScene in Delphi 10.1 Berlin

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Instructions for installing GLScene in Delphi 10.1 Berlin

    Updated install instructions based on the document in the GLScene\Installation folder.


    1. Download archive zip files of GLScene 1.5 project at the page https://sourceforge.net/projects/glscene/files/GLScene/
    2. Unpack and move to a folder of your chosing.
    3. Go to GLScene\external and edit SetupDLLs.bat
    4. Read what it does.
    5. Remove two last lines:
      rem pause
      cls
    6. Save and close.
    7. Open command prompt to the same directory.
    8. Run SetupDLLs.bat from the command prompt.
    9. Observe text in the command prompt. See if files were copied or not.
    10. Close command prompt if filew were copied.
    11. Open Delphi IDE.
    12. Create a new environmental variable GLSCENEDIR. Tools->Options->Enviroment Options->Enviroment Variables->User overrides. Set this to the main folder where you positioned GLScene.
    13. Add Delphi Library Path. Tools->Options->Delphi Options->Library->32 bit->"Library Path".
      Add ";$(GLSCENEDIR)\lib\win32" at the end of the textbox. Without " marks.
    14. Ad Delphi Library Path. Tools->Options->Delphi Options->Library->64 bit->"Library Path".
      Add ";$(GLSCENEDIR)\lib\win64" at the end of the textbox. Without " marks.
    15. Add search path. Tools->Options->Delphi Options->Library->32 bit->"Browsing path".
      Add these directories: ;(GLSCENEDIR)\Source;(GLSCENEDIR)\Source\Basis;(GL SCENEDIR)\Source\DesignTime;(GLSCENEDIR)\Source\Fi leFormats;(GLSCENEDIR)\Source\GameAPIs;(GLSCENEDIR )\Source\ParallelAPIs;(GLSCENEDIR)\Source\PhysicsA PIs;(GLSCENEDIR)\Source\ScriptingAPIs;(GLSCENEDIR) \Source\Shaders;(GLSCENEDIR)\Source\SoundVideoAPIs
    16. Add search path. Tools->Options->Delphi Options->Library->64 bit->"Browsing path".
      Add these directories: ;(GLSCENEDIR)\Source;(GLSCENEDIR)\Source\Basis;(GL SCENEDIR)\Source\DesignTime;(GLSCENEDIR)\Source\Fi leFormats;(GLSCENEDIR)\Source\GameAPIs;(GLSCENEDIR )\Source\ParallelAPIs;(GLSCENEDIR)\Source\PhysicsA PIs;(GLSCENEDIR)\Source\ScriptingAPIs;(GLSCENEDIR) \Source\Shaders;(GLSCENEDIR)\Source\SoundVideoAPIs
    17. Open project GLScene\Packages\GLScene_Win32.groupproj
    18. Select GLScene_RunTime in the project manager, right click, From here->"Compile all from here"
    19. Rightclick on every Design Time package and select install.
    20. Open project GLScene\Packages\GLScene_Win64.groupproj
    21. Select GLScene_RunTime in the project manager, right click, From here->"Compile all from here"
    Last edited by Thyandyr; 08-06-2017 at 09:45 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •