Skip to content

Commit

Permalink
[README.md] Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Apr 29, 2020
1 parent 7d5b00e commit 0b2d0c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: linux
dist: trusty
dist: xenial
language: cpp

compiler:
Expand Down Expand Up @@ -32,21 +32,11 @@ addons:

before_install:
- sudo cp /usr/include/lua5.2/* /usr/include/
- git clone git://github.com/SFML/SFML.git
- cd SFML
- cmake .
- make -j8
- sudo make install
- cd ..
- git clone git://github.com/Quent42340/GameKit.git
- cd GameKit
- cmake .
- make -j8
- sudo make install
- cd ..

script:
- cmake .
- mkdir build
- cd build
- cmake ..
- make -j8

notifications:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ The long-term goal of this project is to provide a viable alternative to Minecra
- Dependencies:
- A compiler with C++17 support (GCC >= 7.0 or clang >= 5.0)
- [CMake](http://www.cmake.org/download/)
- [GameKit](http://github.com/Unarelith/GameKit) (requires `SDL2` + `tinyxml2`, will switch to `SFML` starting from 2.6)
- [SFML](https://www.sfml-dev.org/) (only used for network)
- [Lua](http://www.lua.org)
- [GameKit dependencies](https://github.com/Unarelith/GameKit#how-to-compile)
- _Linux users: Check your distribution repositories for packages._
- Run `cmake -B build . && cmake --build build -j8`
- Or `mkdir build && cd build && cmake .. && make -j8 && cmake ..` (for old CMake versions)
Expand Down

0 comments on commit 0b2d0c4

Please sign in to comment.