Skip to content

Commit

Permalink
MAJ - Readme: added install instructions, updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbaed committed Jun 14, 2020
1 parent 111436b commit 91c29aa
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# indie studio

epitech second year project
bomberman clone, epitech 2nd year project

## install

supported operating systems:

- Ubuntu 20.04
- Fedora 32
- Windows 10

[Download it now!](https://github.com/x4m3/epitech-indiestudio/releases/tag/1.0.0)

## how to play

Expand Down Expand Up @@ -45,16 +55,18 @@ you can also build these libraries from source

64 bit only, using cmake

replace `$BUILD_TYPE` with either `Debug` or `Release`

### linux

- `mkdir build && cd build`
- `cmake ..`
- `cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE`
- `make`

### windows

tested with Visual Studio 16 (2019)

- `mkdir build && cd build`
- `cmake ..`
- `cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE`
- open the visual studio solution (.sln) and build the target `bomberman`

0 comments on commit 91c29aa

Please sign in to comment.