Makerom: Difference between revisions

Yifanlu (talk | contribs)
Jakcron (talk | contribs)
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://anonfiles.com/file/865643f366d17771aa907d467f00826f
| 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.13
| 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.
== Issues ==
* RomFS hasn't been completely implemented (but valid pre-built RomFS can be used as substitute)