Skip to content

Commit

Permalink
vgm2psg: instructions for compiling [Linux and Windows (cross compile)]
Browse files Browse the repository at this point in the history
(uses libz)
  • Loading branch information
sverx committed Feb 16, 2024
1 parent 8aed6c7 commit 474103b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/src/how to compile vgm2psg.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
for Linux:
gcc -Wall -o vgm2psg vgm2psg.c -lz

for Windows (cross compile):
i686-w64-mingw32-gcc -Wall -o vgm2psg.exe vgm2psg.c -lz

0 comments on commit 474103b

Please sign in to comment.