RossMeikleham / physfs-3ds

PhysicsFS 3.0.1 for Nintendo 3DS homebrew (using libctru + sdl)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhysicsFS - https://icculus.org/physfs/

Build Status

A portable, flexible file i/o abstraction.

Version 3.0.1 for Nintendo 3DS Homebrew (using libctru + sdl). Fork of physfs-switch for the Nintendo Switch : https://github.com/carstene1ns/physfs-switch

Building for 3DS

rm -rf build
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../Toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=$DEVKITPRO/portlibs/3ds \
    -DPHYSFS_BUILD_SHARED=OFF -DPHYSFS_BUILD_TEST=OFF
make
sudo make install

Please see the docs directory for documentation. Please see LICENSE.txt for licensing information.

About

PhysicsFS 3.0.1 for Nintendo 3DS homebrew (using libctru + sdl)

License:Other


Languages

Language:C 86.4%Language:Objective-C 8.4%Language:CMake 1.3%Language:Shell 1.0%Language:C++ 1.0%Language:Perl 0.9%Language:Makefile 0.9%Language:Dockerfile 0.1%