Skip to content

Commit

Permalink
add fedora instruciton (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: MegaMech <[email protected]>
  • Loading branch information
coco875 and MegaMech authored Aug 21, 2024
1 parent 2c19ad9 commit 1ae52f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/basics/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ To add submodules run `git submodule update --init --recursive` after cloning.
Run `make assets` to extract assets.

# Linux

### Ubuntu

```bash
sudo apt install cmake build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev libcapstone-dev
```

### Fedora

```bash
sudo dnf install make automake gcc gcc-c++ kernel-devel cmake pkg-config git python3 zlib-devel audiofile-devel capstone
```
and install [gcc toolchain of libdragon](https://github.com/DragonMinded/libdragon/releases/tag/toolchain-continuous-prerelease) and add `export PATH="/opt/libdragon/bin:$PATH"` to ~/.bashrc

### Arch

```bash
Expand Down

0 comments on commit 1ae52f2

Please sign in to comment.