Skip to content

Stremio/node-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node for Android

Setup

Ubuntu

dpkg --add-architecture i386
apt install git make clang gcc-multilib g++-multilib zlib1g-dev zlib1g-dev:i386

Fedora

dnf install git make clang clang.i686 zlib-ng-compat.x86_64 zlib-ng-compat.i686

Building

git clone --recursive https://github.com/Stremio/node-android
./scripts/patch.sh
./scripts/build.sh <NDK_PATH> <SDK_VERSION> <TARGET_ARCH>
./scripts/headers.sh