-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binary installation of node.js instead of HostBuild #1547
Comments
Hi @artynet Your ideas are simple and effective. Thank you.
That will be a concern. |
The other thing I found out is that we need to consider macos and WSL as build environments for OpenWrt other than Linux. There is an official node.js binary package for macos, but not for WSL, although it can be installed using apt. As a hobby of mine ;) I have been able to build OpenWrt on FreeBSD. |
I will add an option to support only linux 64bit host. I'm a bit busy right now, so implementation will come a bit later. |
Install the official nodejs binary package as HOSTPKG. Reduce build time for host package. This change was suggested by @artynet #1547 Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Install the official nodejs binary package as HOSTPKG Reduce build time for host package. This change was suggested by @artynet #1547 Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Install the official nodejs binary package as HOSTPKG Reduce build time for host package. This change was suggested by @artynet #1547 Signed-off-by: Hirokazu MORIKAWA <[email protected]> (cherry picked from commit 1767ca6)
Hello @nxhack,
I have come up with a simple hack to speed up the overall node.js build. Instead of compiling the sources for the local build, wouldn't it be simpler to download the binary tarball and extract it in the $(STAGING_DIR_HOSTPKG) folder ? Please take a look at my modification to main the the main node package Makefile here:
artynet@79565b1
looking forward to know about you feedback.....
Kind Regards
The text was updated successfully, but these errors were encountered: