Skip to content

Commit c89624a

Browse files
committed
- add readme and build instructions
1 parent 35cb392 commit c89624a

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ set_target_properties(CtrBootManager9 PROPERTIES LINK_FLAGS
9292
target_include_directories(CtrBootManager9 PUBLIC source/arm9/source source/arm9/source/fatfs)
9393
target_embed_file(CtrBootManager9 source/arm9/stage2/data/stage2.bin)
9494
add_a9lh_target(CtrBootManager_a9lh CtrBootManager9)
95+
96+
cmake --build . --target CtrBootManager_a9lh

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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.

0 commit comments

Comments
 (0)