Skip to content

Commit

Permalink
Add dependencies and make commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Jan 22, 2018
1 parent cc7b153 commit 5864ab9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ the installation:
sudo apt-get install cmake libglew-dev xorg-dev libcurl4-openssl-dev
sudo apt-get build-dep glfw

Docs:
sudo pip install sphinx
sudo apt-get install python-breathe

#### Windows

Download and install [CMake](http://www.cmake.org/cmake/resources/software.html)
Expand All @@ -62,6 +66,8 @@ terminal.
cmake .
make
./craft
# For docs
make doc-all|doc-man|doc-html|doc-tex # Craft/doc/build

### Multiplayer

Expand Down

0 comments on commit 5864ab9

Please sign in to comment.