Mercurial > codedump
annotate win95kggui/README.md @ 81:22dcc38fd8b1
Update README
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Wed, 06 Jul 2022 10:33:28 -0400 |
parents | 81f95f11fe39 |
children |
rev | line source |
---|---|
64 | 1 # win95kggui.c |
2 | |
3 yeah.... | |
4 | |
5 a Windows 95 keygen, cause i was bored | |
6 | |
7 ### compiling | |
8 | |
75 | 9 ``` |
77
81f95f11fe39
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
75
diff
changeset
|
10 git submodule init |
81f95f11fe39
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
75
diff
changeset
|
11 git submodule update |
75 | 12 curl -s https://pastebin.com/raw/ap4WLgcp | gcc -o bin2h -x c - -lshlwapi |
13 make | |
14 ``` |