mirror of
https://github.com/ScrelliCopter/VGM-Tools
synced 2025-02-21 04:09:25 +11:00
30 lines
474 B
Markdown
Executable File
30 lines
474 B
Markdown
Executable File
Cloned from: https://github.com/uyjulian/spc2it
|
|
|
|
SPC2IT
|
|
======
|
|
|
|
Convert SPC files to IT (Impulse Tracker) files.
|
|
|
|
Compiling
|
|
=========
|
|
|
|
You need cmake.
|
|
|
|
> mkdir b && cd b && cmake .. && make
|
|
|
|
Running
|
|
=======
|
|
|
|
Enter the executable's path in the command line, then press enter to see the syntax.
|
|
|
|
Bugs
|
|
====
|
|
|
|
• None...
|
|
|
|
More information
|
|
================
|
|
|
|
For more information, read the documentation in ./doc/
|
|
Also, see http://www.romhacking.net/forum/index.php?topic=10164.0
|