linroid / libnode

Build Node.js shared library for Android and Desktop
15 stars 1 forks source link

Not a issue, request #2

Open mario6714 opened 1 year ago

mario6714 commented 1 year ago

Hi, can i ask for a new libmode.so for the most recent node.js? thanks

linroid commented 1 year ago

Hi, can i ask for a new libmode.so for the most recent node.js? thanks

Hi there, I'm busy on handling life issues recently, I can't promise when I can update this repository.

If you want the latest libnode.so, you can follow the Upgrade Node.js section in README, if you do that, welcome the send a PR back :)

mario6714 commented 1 year ago

I can wait, thanks

I already try this but not working:

"Build from source"

mario6714 commented 1 year ago

Can you give me a guide?

or is like this?

apt-get install python g++ gcc make gcc-multilib g++-multilib lib32z1 -y

git clone https://github.com/linroid/libnode.git

cd libnode

git clone https://github.com/nodejs/node.git

./scripts/patch.sh apply

./build.sh

I am going to try again (virtualbox using Ubuntu), if i have errors can you help me?