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
Hello,
First thanks for the work !
In order to use Nuclear on a Macbook m1 with Asahi Linux or a raspberry pi5, could you provide ARM64 support for Linux ?
Thanks by advance,
The text was updated successfully, but these errors were encountered:
When building I get stuck with the segmentation faults. Trying to build the rpm results in jemalloc telling me i have an unsupported page size and adding EMALLOC_SYS_WITH_LG_PAGE doesent seem to work either. Trying to run the AppImage or the executable inside the .tar.gz results in a segmentation fault.
I have practically reached the end of what I am confident with doing. If anyone could get this work I would really appreciate it.
Edit:
To get to this step in the first place:
sudo npm i -g electron electron-builder cd nuclear npm i VERSION=0.6.40 npm run build:linux
(You also have to edit line 176 in /nuclear/packages/app/app/components/PlayQueue/index.tsx to isQueueItemCompact={Boolean(data.settings.compactQueueBar)})
Hello,
First thanks for the work !
In order to use Nuclear on a Macbook m1 with Asahi Linux or a raspberry pi5, could you provide ARM64 support for Linux ?
Thanks by advance,
The text was updated successfully, but these errors were encountered: