Mercurial > codedump
comparison win95kggui/README.md @ 77:81f95f11fe39
Update README.md
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Sat, 25 Jun 2022 22:13:08 -0400 |
parents | dbf5ce219fe3 |
children |
comparison
equal
deleted
inserted
replaced
76:6b3cf09d045c | 77:81f95f11fe39 |
---|---|
5 a Windows 95 keygen, cause i was bored | 5 a Windows 95 keygen, cause i was bored |
6 | 6 |
7 ### compiling | 7 ### compiling |
8 | 8 |
9 ``` | 9 ``` |
10 git submodule init | |
11 git submodule update | |
10 curl -s https://pastebin.com/raw/ap4WLgcp | gcc -o bin2h -x c - -lshlwapi | 12 curl -s https://pastebin.com/raw/ap4WLgcp | gcc -o bin2h -x c - -lshlwapi |
11 make | 13 make |
12 ``` | 14 ``` |
13 | |
14 ### prerequisites | |
15 | |
16 [BASS](https://www.un4seen.com/bass.html) |