ahoischen / 3ds-dev-docker

A docker image for 3ds development and testing
GNU General Public License v3.0
4 stars 0 forks source link

Tremor #2

Open ahoischen opened 7 years ago

ahoischen commented 7 years ago

Tremor isn't yet being built.

ahoischen commented 7 years ago

Tremor requires libogg, which means it has to be made after a first install and then be installed again. Ex:

make zlib\
    install-zlib \
    ${EVERYTHING_EXCEPT_TREMOR} \
    install \
    tremor \
    install

However, it also depends on pkg-config. Installing that package is not a problem but while building, it turns out that it requires arm-none-eabi-pkg-config. One would expect this file to be searched for in $DEVKITARM/bin, but instead, make looks in $PWD.

ahoischen commented 7 years ago

The $PWD issue is fixed by devkitPro/3ds_portlibs#21. However, it still doesn't compile. See devkitPro/3ds_portlibs#9.

This is blocked by an external issue.