You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the nodejs patch provided by termux-packages to build a shared library for my own app, nodejs works fine in termux, so I thought maybe I can embed nodejs in my app too 😉.
I don't know much about how to build nodejs. I also tried to cross-compile the code of nodejs directly according to the official documentation, but only the 14.16.0 version can be compiled successfully, and some errors will be thrown when compiling with higher versions.
If anyone knows how to do this, please let me know, thanks a lot 🙏.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to use the nodejs patch provided by termux-packages to build a shared library for my own app, nodejs works fine in termux, so I thought maybe I can embed nodejs in my app too 😉.
I don't know much about how to build nodejs. I also tried to cross-compile the code of nodejs directly according to the official documentation, but only the 14.16.0 version can be compiled successfully, and some errors will be thrown when compiling with higher versions.
If anyone knows how to do this, please let me know, thanks a lot 🙏.
Beta Was this translation helpful? Give feedback.
All reactions