phijor / ctroller

Use your 3DS as a gamepad on linux
GNU General Public License v3.0
39 stars 12 forks source link

AUR package bannertool-git does not build #1

Closed Ketchup901 closed 8 years ago

Ketchup901 commented 8 years ago

Accidentally pressed enter, writing this now.

So the AUR package for bannertool does not build, and since it's a dependency for ctroller-git, it will not build, even if you have bannertool installed.

phijor commented 8 years ago

I just reinstalled bannertool-git and it builds fine for me. You should contact the maintainer of the package if the issue persists.

But I see that installing the complete 3DS dev-toolchain just to install binaries that can be precompiled is kind of overkill. I just made ctroller-bin, which downloads the 3DS binaries from the github releases and builds the server from the matching tag/release.

Ketchup901 commented 8 years ago

That's a good call, thanks for doing that.