mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #799] macOS ARM build #633
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#633
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @torarnv on GitHub (Jul 17, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/799
I was able to build barrier's command line tools for Apple Silicone Mac's by doing:
CMAKE_OSX_ARCHITECTURES=arm64 cmake .. -DBARRIER_BUILD_GUI=OFF -DBARRIER_BUILD_INSTALLER=OFFBut I also had to manually comment out all the OpenSSL/SecureSocket stuff. Would be nice if the secure part was a build option, e.g.
BARRIER_BUILD_SECURE_SOCKET=OFF@shymega commented on GitHub (Jul 17, 2020):
Disabling OpenSSL would break the security aspect. It would make
Barrier plain text, and work would be required to make other Barrier
instances work with or without SSL (IIRC?), so no, I don't think this
will be possible. Apologies!
On this date - Fri, Jul 17, 2020 at 08:52:19AM -0700, Tor Arne Vestbø wrote:
--
Kind regards,
Dom Rodriguez (shymega)
@torarnv commented on GitHub (Jul 17, 2020):
No worries, I realized I could just use the x86_64 package through Rosetta, which worked fine :)