Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMagic authored Mar 14, 2019
1 parent 881ef86 commit 881ca32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ I recomend using original Windows version of [libmidi](https://github.com/johndp

## Compile

To compile, you need a basic c++ toolchain, and satisfy all dependences which are on BUILD-DEPENDS file. Then, just:
You alsow need [Roboto font](https://www.archlinux.org/packages/community/any/ttf-roboto/) and [glew](https://www.archlinux.org/packages/extra/x86_64/glew/) installed on your system
To compile, you need a basic c++ toolchain, and satisfy all dependences which are on BUILD-DEPENDS file.
You also need [Roboto font](https://www.archlinux.org/packages/community/any/ttf-roboto/) and [glew](https://www.archlinux.org/packages/extra/x86_64/glew/) installed on your system
Then, just:


$ autoreconf -ivf
$ mkdir build
Expand Down

0 comments on commit 881ca32

Please sign in to comment.