Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 committed Jun 23, 2017
1 parent c048d81 commit 0810636
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisite

* cmake
* cmake (minimum required 3.5.1)
* [HomeBrew](https://brew.sh/index_ko.html) (Mac optional) (if you have to install cmake from brew)

## Build
Expand All @@ -15,3 +15,12 @@ $ cmake ..
$ make
$ ./main
```

For Ubuntu
```
$ apt-get install cmake
$ mkdir build && cd build
$ cmake ..
$ make
$ ./main
```

0 comments on commit 0810636

Please sign in to comment.