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 had built separately city-chain (with dotnet publish -c Release) and city-hub (with npm run build:linux but set the arm86 as target architecture for linux in the electron-builder.json first).
Also I linked /lib/aarch64-linux-gnu/libz.so.1.2.11 to /lib/aarch64-linux-gnu/libz.so to fix "libz.so: cannot open shared objet files" error on Raspberry with Ubuntu 20.04 during .AppImage file startup.
After all, I run the daemon (dotnet City.Chain.dll) and .AppImage. Everything seems fine, except stopping the daemon by pressing "Change Mode" button or closing the application.
So, the question is, is there a more suitable way to build and run the app on Linux with ARM CPU?
The text was updated successfully, but these errors were encountered:
I had built separately
city-chain
(withdotnet publish -c Release
) andcity-hub
(withnpm run build:linux
but set thearm86
as target architecture for linux in the electron-builder.json first).Also I linked
/lib/aarch64-linux-gnu/libz.so.1.2.11
to/lib/aarch64-linux-gnu/libz.so
to fix "libz.so: cannot open shared objet files" error on Raspberry with Ubuntu 20.04 during .AppImage file startup.After all, I run the daemon (
dotnet City.Chain.dll
) and .AppImage. Everything seems fine, except stopping the daemon by pressing "Change Mode" button or closing the application.So, the question is, is there a more suitable way to build and run the app on Linux with ARM CPU?
The text was updated successfully, but these errors were encountered: