Skip to content

Installation

Daynlight edited this page Dec 13, 2025 · 5 revisions

Installation

Basic guide for graphite installation process via Cmake and Bin file. After installation you can use it from command line.

TOC

Prerequisites

  • CMake
  • g++ (C++17 or newer)
  • Git
  • OpenGL libraries

Installation Command

via CMake

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 ../..

via Binaries

  1. Install binaries file from release named <version>-bin.
  2. Run GraphiteInstaller with sudo
sudo ./GraphiteInstaller

Running Graphite

Run the application with:

Graphite <flags> <path>

Use flags like

  • -h - help.
  • -i - init.
  • -s - sandbox mode.
  • -v - verbose modes.

More Usage Information

Troubleshooting

See Troubleshooting.md for common issues and solutions.

Graphite Wiki Sidebar

Getting Started

References

Project & Versions

Community

Clone this wiki locally