-
-
Notifications
You must be signed in to change notification settings - Fork 100
-
Hi,
I am with Asahi-Alarm (Arch Linux aarch64). The package is not available in repository ( https://archlinuxarm.org/ ), so I am planning to build it from source. I downloaded and enxtracted, but I don't know what I have to specify here:
cmake .. # Specify the generator using -G"Unix Makefiles", -G"XCode" or -G"Visual Studio 16 2019" -A x64
thanks for any help.
T
Beta Was this translation helpful? Give feedback.
All reactions
On Linux you don't really have to specify anything (I haven't ever done so, anyway).
Just cmake .. is enough.
However why are you not looking at the existing Arch package? -> https://aur.archlinux.org/packages/plugdata-bin
There already is an Arch aarch64 package. Don't create duplicate work when it's not needed.
Replies: 1 comment 1 reply
-
On Linux you don't really have to specify anything (I haven't ever done so, anyway).
Just cmake .. is enough.
However why are you not looking at the existing Arch package? -> https://aur.archlinux.org/packages/plugdata-bin
There already is an Arch aarch64 package. Don't create duplicate work when it's not needed.
Beta Was this translation helpful? Give feedback.
All reactions
-
cool. thanks!
Beta Was this translation helpful? Give feedback.