From 330f90232a778fb50b2c15c2cc4d8619d6d7e13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alf-Andr=C3=A9=20Walla?= Date: Wed, 17 Jan 2024 23:35:29 +0100 Subject: [PATCH] We can use distrobox on other distros --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f1322c..a5cda16 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,13 @@ The example programs have some basic timers and threads, as well as some example ## Getting started -Install cmake, git, GCC or Clang for your system. +Install cmake, git, and a new g++ or Clang for your distro. -Run [setup.sh](/setup.sh) to make sure that libriscv is initialized properly. Then go into the engine folder and run: +Run [setup.sh](/setup.sh) to make sure that libriscv and some OpenGL dependencies is initialized properly. + +If you don't have the Debian distro or equivalent packages, you can just use `distrobox create --image ubuntu:22.04` and build this project from that. Even if you have an old Ubuntu version you can still use distrobox. All the dependencies are listed in [setup.sh](/setup.sh). + +Then go into the engine folder and run: ```sh bash build.sh