Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tremor #2

Open
ahoischen opened this issue Apr 27, 2017 · 2 comments
Open

Tremor #2

ahoischen opened this issue Apr 27, 2017 · 2 comments

Comments

@ahoischen
Copy link
Owner

Tremor isn't yet being built.

@ahoischen
Copy link
Owner Author

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 ahoischen modified the milestone: 1.0.0 Apr 30, 2017
@ahoischen
Copy link
Owner Author

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.

@ahoischen ahoischen removed this from the 1.0.0 milestone Apr 30, 2017
@ahoischen ahoischen modified the milestone: Backlog Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant