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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I have now built the source to be used on ARM platform using openwrt (not tested yet).
I have had to make changes in the CMake files. I am not very experienced with CMake, so my changes are hacks.
Could libuv be a possible external dependency? Not automatically clone and build the submodule? The link flags are statically set to the submodules directory, not the linker flags.
Cheers,
Ryan
The text was updated successfully, but these errors were encountered:
It's a common pattern to build libuv into the project like this, and we chose that way because we knew it would work. However, I've noticed how problematic it's been for cross-compiling.
I'm not opposed to making a dependency on libuv, and I'll put it on our backlog. In the meantime, if you have changes and are willing to submit a pull request, we'd be glad to look at it.
I have now built the source to be used on ARM platform using openwrt (not tested yet).
I have had to make changes in the CMake files. I am not very experienced with CMake, so my changes are hacks.
Cheers,
Ryan
The text was updated successfully, but these errors were encountered: