annotate win95kggui/README.md @ 120:3ecb2e815854

Update channeldownloader.py committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 14 Apr 2023 23:52:47 -0400
parents 81f95f11fe39
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
64
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
1 # win95kggui.c
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
3 yeah....
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
4
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
5 a Windows 95 keygen, cause i was bored
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
6
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
7 ### compiling
1508aee998df Add Windows 95 Keygen GUI
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
8
75
dbf5ce219fe3 Switch from BASS to ft2play
Paper <mrpapersonic@gmail.com>
parents: 64
diff changeset
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
dbf5ce219fe3 Switch from BASS to ft2play
Paper <mrpapersonic@gmail.com>
parents: 64
diff changeset
12 curl -s https://pastebin.com/raw/ap4WLgcp | gcc -o bin2h -x c - -lshlwapi
dbf5ce219fe3 Switch from BASS to ft2play
Paper <mrpapersonic@gmail.com>
parents: 64
diff changeset
13 make
dbf5ce219fe3 Switch from BASS to ft2play
Paper <mrpapersonic@gmail.com>
parents: 64
diff changeset
14 ```