From 257c7d7a3b3327ad8fb42894fbd9bc3228ed7fa2 Mon Sep 17 00:00:00 2001 From: IntegratedQuantum <43880493+IntegratedQuantum@users.noreply.github.com> Date: Sun, 24 Sep 2023 11:09:09 +0200 Subject: [PATCH] Update README.md with a note about required -dev packages on Linux --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a221f0f3..dced3b54 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ If you forgot the `--recurse-submodules` flag you may need to run `git submodule 3. Go into the folder `cd Cubyz` 4. Run zig `zig build run` 5. If it's too slow, run it in release: `zig build run -Doptimize=ReleaseFast` +#### Note for Linux Users: +I also had to install a few `-dev` packages for the compilation to work: +``` +sudo apt install libgl-dev libasound2-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxext-dev libxi-dev +``` # Contributing ### Code