Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fedora dependencies to build instructions #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,28 @@ This is an experimental port of Minetest to the web using emscripten/WebAssembly

System Requirements
-------------------
This has only been tested on Ubuntu 20.04.

* Ubuntu: apt-get install -y build-essential cmake tclsh
You will need to install the following minimal dependencies depending on your operating system:

**Fedora**

```bash
dnf install -y git make cmake gcc patch zstd tcl perl-FindBin
```

**Ubuntu**

```bash
apt-get install -y build-essential cmake tclsh
```

Building
---------

cd minetest-wasm
./build_all.sh
```bash
cd minetest-wasm
./build_all.sh
```

Installation
------------
Expand Down