evolus / pencil

The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
http://pencil.evolus.vn
GNU General Public License v2.0
9.03k stars 715 forks source link

arm64 build #780

Open buhtz opened 1 year ago

buhtz commented 1 year ago

The information about supported OS'es is unspecific. You should name the architecture there. I have Debian 11 (which is higher then "Debian 8+") here but pencil do not run. Of course I do use ARM Debian (arm64).

I can't find a binary or package for that architecture. But build information also missing (#779).

Have you ever build for ARM or can you say it might (not) work?

First try

So I tried. I cloned and checkout out development branch. I installed "npm" via sudo apt install npm without knowing what this is. Then I run npm install. Depending on the output I would say it is more then just install, it seems to be a build process. Can you help me interpreting the output? What is wrong?

image

Your README also mention something called "Node.js". Can you be more specific here please. I found lot of packages related to that name in the Debian repo.