wonderunit / storyboarder

✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
https://wonderunit.com/storyboarder
3.24k stars 302 forks source link

arm64 #2118

Open sunjam opened 4 years ago

sunjam commented 4 years ago

Is your feature request related to a problem? Please describe. I'm looking to build from source in order to install on aarch64 architecture. Running a Pinebook Pro with ARM processor. The AppImage does not support ARM architecture.

I did not see any previous instructions for installing directly from source. Thanks for any tips or guidance!

audionerd commented 4 years ago

Some notes here: https://github.com/wonderunit/storyboarder/blob/master/DEVELOPERS.md#developing, but kind of out-of-date.

If you have node running, should just be clone, npm install, npm start. Let us know if you run into unusual issues.

sunjam commented 4 years ago

npm install fails. Here is the complete log.

attempted to npm cache clean --force && rm -rf node_modules package-lock.json && npm install Here is output