Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.05 KB

GCC Toolchain

GCC Toolchain is usable to build many things, such as native modules for Node.js

Requirements

Installation

Via MMRL or via the MMRL CLI

mmrl install https://github.com/Googlers-Repo/gcc/releases/download/v1.0.0/gcc.zip -yr

Installs GCC with the requirements

Usage with Node.js

There is currently no binary of Python for Android, so we need Python from Termux

Recommended Python Version: 3.11

Linking Python

ln -s /data/data/com.termux/files/usr/bin/python $PREFIX/bin/python

Note Ensure that you have Python installed in Termux.