This repository was archived by the owner on Feb 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
How install on Pine64 Sopine Board (ARMv7)
zzla edited this page Mar 13, 2018
·
7 revisions
Basically, everything needs to be built from source. For some reason (which I have not looked into), the default url to download ARM packages from the NPM repository just doesn't work. (access denied error, if i recall correctly).
cd /tmpwget http://nodejs.org/dist/v0.10.32/node-v0.10.32.tar.gztar -xvf node-v0.10.32.tar.gzcd node-v0.10.32make install
tar xvfz sqlite-autoconf-3220000.tar.gzcd sqlite-autoconf-3220000./configuremakemake install
I cannot seem to remember all of the nodes required to install gekko, however the process is the same. As you continue along your install, you'll be asked to install different nodes (talib, node-pre-gyp, etc). For each and every one of these, you should find the source files. Many of them are on Github.
npm install talib --unsafe-perm --build-from-sourcenpm install tulind --unsafe-perm --build-from-sourcenpm install tulip --unsafe-perm --build-from-source
git clone https://github.com/user/repocd gekkosudo npm install /repo
- `wget https://project/releases/version/project_v_arm.foo'
cd gekkosudo npm install /project_v_arm.foo
Hello Mike