LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

Trying to compile Nw.js 0.15.1 #30

Closed guddu313 closed 4 years ago

guddu313 commented 5 years ago

Hi LeonardLaszlo,

I am trying to compile Nw.js version 0.15.1 but i am facing below issues. (1) I am not able to find nw15 branch for v8/src. cd $NWJS/src/v8 git checkout nw15 (2) Below patches are not available wget https://raw.githubusercontent.com/LeonardLaszlo/nw.js-armv7-binaries/master/patches/0001.patch -P $NWJS/ wget https://raw.githubusercontent.com/LeonardLaszlo/nw.js-armv7-binaries/master/patches/0006.patch -P $NWJS/ wget https://raw.githubusercontent.com/LeonardLaszlo/nw.js-armv7-binaries/master/patches/0003.patch -P $NWJS/

Can you please help me regarding this? Any help is appreciable. Regards, Pravin

LeonardLaszlo commented 5 years ago

Why don't you try to build a newer version?

guddu313 commented 5 years ago

I have a specific requirement for it. (1) Do you know which branch i can use for src/v8 if nw15 branch not available? (2) Do you know where can i find the patches? Regards, Pravin

LeonardLaszlo commented 4 years ago

I am sorry, but I cannot really help with this. There are many useful tips and tricks under the docs directory in case you want to give it a shot.