Skip to content

Commit b24e19c

Browse files
committed
added more detailed build instructions
1 parent e149140 commit b24e19c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
*.exe
1717
*.out
1818
*.app
19+
*.zip

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ Hotkeys:
1818

1919
the nerds can build it with
2020

21-
$ make
21+
git clone https://github.com/papplampe/virgo.git
22+
cd virgo
23+
make
24+
25+
If you do not have gcc/make installed you can change that doing following
26+
27+
1. go to http://msys2.github.io/ and install it according to the instructions there
28+
2. open msys2 shell and install mingw-w64-i686-gcc and mingw-w64-i686-make using pacman
29+
3. duplicate C:\msys32\mingw32\bin\mingw32-make.exe and name it make.exe

0 commit comments

Comments
 (0)