![]() |
OGRE-Next 4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
sudo apt-get install libfreetype6-dev libfreeimage-dev libzzip-dev libxrandr-dev libxaw7-dev freeglut3-dev libgl1-mesa-dev libglu1-mesa-dev libxcb-randr0-dev libx11-xcb-dev libxcb-keysyms1-dev doxygen graphviz python3-clang libsdl2-dev cmake ninja-build gitsudo apt install libwxgtk3.2-dev libgtk-3-dev Note that "libwxgtk3.2" may be a different version (e.g. 3.1, 3.3) depending on the distro.pacman -S freeimage freetype2 libxaw libxrandr mesa zziplib cmake gccWe provide easy-to-use scripts that will download and setup all dependencies for you in a self-contained folder Download build_ogre_scripts for the branch you need from:
https://www.ogre3d.org/download/sdk/sdk-ogre-next
Ogre Next source is located at Github/OGRECave/ogre-next
Ogre Next dependencies are located at Github/OGRECave/ogre-next-deps
Download the source code or you can fork it to your own repository and clone it locally with Github Desktop or the command line.
IMPORTANT: Do NOT use the the "Download" feature from Github. It will not follow subrepositories.
Command line:
We'll create both a Release & Debug configuration that match the ones used in Windows. This eases portability and cross platform development.
TBD