animetosho / ParPar

High performance PAR2 create client for NodeJS
195 stars 21 forks source link

How do I install Parpar on Linux via terminal without Root / Sudo access ? #27

Closed MrHGill closed 3 years ago

MrHGill commented 3 years ago

I would like to install Parpar on my shared seedbox, please help

animetosho commented 3 years ago

Depends what's already available there. If Node.js, NPM and compilers are there, just install it normally but without the global (-g) flag.

Otherwise, install it on a machine you do have root on and copy everything across. Make sure you're using the same Node.js version, and you may have to remove the -march=native compile flag.