sneurlax / flutter_libepiccash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install rust https://www.rust-lang.org/tools/install

install cargo ndk cargo install cargo-ndk

for android:

add targets to rust rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android

sudo apt-get install libc6-dev-i386

https://github.com/EpicCash/epic/blob/master/doc/build.md#requirements sudo apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config llvm sudo apt-get install build-essential debhelper cmake libclang-dev libncurses5-dev clang libncursesw5-dev cargo rustc opencl-headers libssl-dev pkg-config ocl-icd-opencl-dev

cd scripts/android ./install_ndk.sh ./build_all.sh

for ios:

add targets to rust rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim

cargo install cargo-lipo cargo install cbindgen

cd scripts/ios ./build_all

About

License:Other


Languages

Language:Rust 32.0%Language:Dart 31.5%Language:C++ 14.0%Language:CMake 11.2%Language:Swift 2.4%Language:Ruby 2.2%Language:Shell 2.1%Language:Objective-C 1.6%Language:C 1.4%Language:PowerShell 0.9%Language:Kotlin 0.8%