Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxrwscjpzdzwpxaujrr committed Feb 15, 2020
1 parent 2fd04e3 commit 50b3b64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Simple 3D OpenGL first-person maze game.
You can download precompiled binaries:

##### Windows:
* [Mazemaze_0.2_Windows_64bit.zip](https://github.com/mirai65536/mazemaze/releases/download/v0.2/Mazemaze_0.2_Windows_64bit.zip)
* [Mazemaze_0.2_Windows_32bit.zip](https://github.com/mirai65536/mazemaze/releases/download/v0.2/Mazemaze_0.2_Windows_32bit.zip)
* [Mazemaze_0.2.1_Windows_64bit.zip](https://github.com/mirai65536/mazemaze/releases/download/v0.2.1/Mazemaze_0.2.1_Windows_64bit.zip)
* [Mazemaze_0.2.1_Windows_32bit.zip](https://github.com/mirai65536/mazemaze/releases/download/v0.2.1/Mazemaze_0.2.1_Windows_32bit.zip)

##### Ubuntu, Debian, etc:
* [mazemaze_0.2_amd64.deb](https://github.com/mirai65536/mazemaze/releases/download/v0.2/mazemaze_0.2_amd64.deb)
* [mazemaze_0.2.1_amd64.deb](https://github.com/mirai65536/mazemaze/releases/download/v0.2.1/mazemaze_0.2.1_amd64.deb)

##### Other GNU/Linux:
* [Mazemaze_0.2_Linux_64bit.tar.gz](https://github.com/mirai65536/mazemaze/releases/download/v0.2/Mazemaze_0.2_Linux_64bit.tar.gz)
* [Mazemaze_0.2.1_Linux_64bit.tar.gz](https://github.com/mirai65536/mazemaze/releases/download/v0.2.1/Mazemaze_0.2.1_Linux_64bit.tar.gz)
* Note that in this case, you need to install the dependencies for distribution by yourself (JsonCpp and SFML 2.5 and later)

You can check checksums of binary packages in [Travis CI logs](https://travis-ci.org/mirai65536/mazemaze/builds/643716280).
You can check checksums of binary packages in [Travis CI logs](https://travis-ci.org/mirai65536/mazemaze/builds/650762245).

### Build:
First you need to install build dependencies
Expand Down

0 comments on commit 50b3b64

Please sign in to comment.