Skip to content

Commit

Permalink
[README.md] Updated with new compilation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Apr 13, 2020
1 parent 096a9d3 commit 2330cdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ doc/html
doc/latex

# Binaries
build
openminer
openminer_server
*.exe
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ The long-term goal of this project is to provide a viable alternative to Minecra
- [SFML](https://www.sfml-dev.org/) (only used for network)
- [Lua](http://www.lua.org)
- _Linux users: Check your distribution repositories for packages._
- Run `git submodule update --init --recursive`
- Run `cmake .`
- Run `make -j8`
- Run the client with `./openminer`
- If you want a multiplayer game, run the server with `./openminer_server`
- Run `mkdir build && cd build`
- Run `cmake .. && make -j8`
- Run the client with `./openminer -w ..`
- If you want a multiplayer game, run the server with `./openminer_server -w ..`

### Using Windows

Expand Down

0 comments on commit 2330cdf

Please sign in to comment.