Skip to content

Commit

Permalink
added more detailed build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
henkman committed Jun 10, 2015
1 parent e149140 commit b24e19c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
*.exe
*.out
*.app
*.zip
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ Hotkeys:

the nerds can build it with

$ make
git clone https://github.com/papplampe/virgo.git
cd virgo
make

If you do not have gcc/make installed you can change that doing following

1. go to http://msys2.github.io/ and install it according to the instructions there
2. open msys2 shell and install mingw-w64-i686-gcc and mingw-w64-i686-make using pacman
3. duplicate C:\msys32\mingw32\bin\mingw32-make.exe and name it make.exe

0 comments on commit b24e19c

Please sign in to comment.