The latest commit's go largely untested, but if you do want to build and try it, here how:
Assuming you have devkitARM setup with the 3ds libraries. (libctru 2.0, sdl-3ds 2.0.12 with all it's dependencies)
- Install 'devkitpro-pkgbuild-helpers' using dkp-pacman.
- From the devilutionX-3ds source folder run:
Code:
cd build && cmake .. -DBINARY_RELEASE=ON -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/3ds.cmake && make
- Built binaries are located inside the 'build' folder.
I'm not really sure why i'm not allowed to share compiled binaries, as you still have to provide your own game assets.
My apologies if i broke any rules, since the links to github also provide older compiled binaries.
If anyone needs any help compiling, let me know.