Skip to content

Commit

Permalink
We can use distrobox on other distros
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Jan 17, 2024
1 parent c5a9486 commit 330f902
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 330f902

Please sign in to comment.