-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Daynlight edited this page Dec 13, 2025
·
5 revisions
Basic guide for graphite installation process via Cmake and Bin file. After installation you can use it from command line.
- CMake
- g++ (C++17 or newer)
- Git
- OpenGL libraries
git clone --recursive https://github.com/daynlight/Graphite.git
# clone with submodules
cd Graphite
mkdir -p build
cd build
cmake .. # configure cmake
cmake --build . --config Release # build in Release
cd ..
cd bin/
sudo ./GraphiteInstaller # Run Installer
cd ../..- Install binaries file from release named
<version>-bin. - Run
GraphiteInstallerwith sudo
sudo ./GraphiteInstallerGraphite <flags> <path>-
-h- help. -
-i- init. -
-s- sandbox mode. -
-v- verbose modes.
See Troubleshooting.md for common issues and solutions.
Graphite Wiki ยฉ 2025 Daynlight & Contributors
Licensed under the Apache License 2.0
- ๐ Home
- ๐ ๏ธ Installation
- ๐งโ๐ป Usage
- ๐ Tutorials
- ๐งโ๐ฌ Examples
- ๐ WritingScripts
- ๐ฆ PackageManager
- ๐งฎ Math
- ๐๏ธ APIReference
- ๐ผ๏ธ RenderingEngine
- ๐๏ธ Architecture
- ๐ Roadmap
- ๐ Versions
- ๐ ChangeLog
- ๐ถ Planning
- ๐ค Community
- ๐ Credits
- ๐ Troubleshooting
- โ FAQ