File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,3 +92,5 @@ set_target_properties(CtrBootManager9 PROPERTIES LINK_FLAGS
9292target_include_directories (CtrBootManager9 PUBLIC source /arm9/source source /arm9/source/fatfs )
9393target_embed_file (CtrBootManager9 source /arm9/stage2/data/stage2.bin )
9494add_a9lh_target (CtrBootManager_a9lh CtrBootManager9 )
95+
96+ cmake --build . --target CtrBootManager_a9lh
Original file line number Diff line number Diff line change 1+ #CtrBootManager
2+
3+ CtrBootManager is a boot manager for some 3DS homebrew applications, like HBL and CFW.
4+
5+ ##Dependencies
6+ - devkitpro-4.5 at least (ctrulib-1.0 at least)
7+ - libconfig in portlibs (tried with v1.5)
8+
9+ ##Building
10+ ###The recommended way:
11+ 1 . ` mkdir build/ `
12+ 2 . ` cd build/ `
13+ 3 . ` cmake -DCMAKE_TOOLCHAIN_FILE=../DevkitArm3DS.cmake ../ `
14+ 4 . ` cmake --build . --target CtrBootManager_a9lh `
15+
16+ Binaries should now be in the ` build ` folder.
17+
18+ ##Credits
19+ ###For contributions to hb_menu:
20+ * smea : code
21+ * GEMISIS : code
22+ * fincs : code
23+ * mtheall : code
24+ * Fluto : graphics
25+ * Arkhandar : graphics
26+ * dotjasp : graphics (regionfree icon)
27+
28+ ###Other credits:
29+ Readme by gemarcano
30+ This project also uses [ Brahma] ( https://github.com/patois/Brahma ) . See its repository for its credits.
You can’t perform that action at this time.
0 commit comments