mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-11 11:47:21 +00:00
880 B
880 B
GAM now runs on 64-bit Android devices such as Google's Pixel phones. The installation requires an app that adds the Linux environment to Android such as UserLAnd.
Note: Chromebooks / Chrome OS devices should install GAM using these instructions.
- Install the UserLAnd app.
- Click Debian to install a Debian environment.
- Set a username and password.
- Choose SSH for connection type.
- Once setup, login with the password to get to a Linux shell.
- Run the following commands to install prerequisites:
sudo apt update
sudo apt install curl python3
- Now you can follow the quick install Linux instructions.