VDavid003 / sm64-port-android-base

A port of https://github.com/sm64-port/sm64-port for Android.
178 stars 49 forks source link

Missing steps in tutorial #60

Open Deadiy opened 2 years ago

Deadiy commented 2 years ago

The current guide on the Readme.md needs to be updated, I tried building the APK on my phone and GPD XP, I got faced with many errors, adding the install package "ar" to the package dependences and updating termux (with apt-get update and apt-get upgrade) fixed all errors for me.

fakirmedia commented 2 years ago

Hello Deadiy, how did you install the ar-pacakge? I try to build on a android device and during make I receive ar: No such file or directory When I read your issue I tried pkg install ar but there doesn't seem to be a package of that name.

/Edit: Found the solution in #58 , had to pkg install binutils