Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idzdev committed Feb 3, 2023
2 parents 1130a81 + 6f5175f commit 18e0e95
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ A lightweight game engine for 2D titles, with minimal overhead.

| Distribution | Package Manager | Required Packages |
|---|---|---|
| Arch | `pacman` | `git` `cmake` `base-devel` `sfml` |
| Debian | `apt` | `git` `cmake` `build-essential` `libsfml-dev` |
| Fedora* | `dnf` | `git-all` `cmake` `sfml-dev` |
| Red Hat** | `rpm` | `git` `cmake` `sfml-dev` |
| Arch | `pacman` | `git` `cmake` `base-devel` `sfml` `doxygen` |
| Debian | `apt` | `git` `cmake` `build-essential` `libsfml-dev` `doxygen` |
| Fedora* | `dnf` | `git-all` `cmake` `sfml-dev` `doxygen` |
| Red Hat** | `rpm` | `git` `cmake` `sfml-dev` `doxygen` |

`*` — On Fedora, the following command must be executed:
```bash
Expand All @@ -33,8 +33,9 @@ cd v0idengine/

- Build and install `v0idengine`
```bash
cmake .
make install
mkdir -p build && cd build
cmake ..
sudo make install
```

#### Windows 10/11
Expand Down

0 comments on commit 18e0e95

Please sign in to comment.