We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e149140 commit b24e19cCopy full SHA for b24e19c
.gitignore
@@ -16,3 +16,4 @@
16
*.exe
17
*.out
18
*.app
19
+*.zip
README.md
@@ -18,4 +18,12 @@ Hotkeys:
the nerds can build it with
20
21
- $ make
+ 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