Makerom: Difference between revisions
m link downloads to github release page, no longer has romfs issues |
|||
Line 3: | Line 3: | ||
| type = pc utility | | type = pc utility | ||
| author = [[User:3dsguy|3dsguy]] | | author = [[User:3dsguy|3dsguy]] | ||
| download = https:// | | download = https://github.com/profi200/Project_CTR/releases | ||
| source = https://github.com/profi200/Project_CTR/tree/master/makerom | | source = https://github.com/profi200/Project_CTR/tree/master/makerom | ||
| version = 0. | | version = 0.15 | ||
}} | }} | ||
Line 341: | Line 341: | ||
== Compiling Source == | == Compiling Source == | ||
For Windows a MinGW/MSYS build setup is required. | For Windows a MinGW-W64/MSYS build setup is required. | ||
For Linux, gcc/g++/make must be installed. | For Linux, gcc/g++/make must be installed. | ||
All additional libraries used by makerom (polarssl/libyaml) are included in the source, and are linked statically. | All additional libraries used by makerom (polarssl/libyaml) are included in the source, and are linked statically. | ||