Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.37 KB

e8yes-terrain

Build Prerequistes on Debian

Build Essentials

Installation command apt install -y build-essential

Qt & Qt Creator IDE

Installation command apt install -y qt-creator (Ubuntu 23.10), apt install -y qtcreator (Raspbian 12)

Boost Log & Thread

Installation command apt install -y libboost-log-dev libboost-thread-dev

C++ Protocol Buffer

Installation command apt install -y protobuf-compiler libprotobuf-dev

SDL2

Installation command apt install -y libsdl2-dev

Vulkan Driver & SDK

Installation guide https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html

GLEW & GLFW

Installation command apt install -y libglew-dev libglfw3-dev

Shaderc

Git repository & download page https://github.com/google/shaderc

Build Prerequistes on Windows 11

MSYS2

Download page https://github.com/msys2/msys2-installer

Build Essentials

Installation command pacman -S mingw-w64-x86_64-toolchain

Qt & Qt Creator IDE

Installation command pacman -S mingw-w64-x86_64-qt-creator

Boost Log & Thread

Installation command pacman -S mingw-w64-x86_64-boost

C++ Protocol Buffer

Installation command pacman -S mingw-w64-x86_64-protobuf

SDL2

Installation command pacman -S mingw-w64-x86_64-SDL2

Tested on Devices

AMD Ryzen 5 5600G with Radeon Graphics NVIDIA GeForce RTX 4060 Ti