-
Notifications
You must be signed in to change notification settings - Fork 5
macOS Support
Richard Kettlewell edited this page Aug 1, 2021
·
3 revisions
Although I run rsbackup on a Linux server I do occasionally try to keep it working on macOS. You will need a copy of Boost from somewhere.
See https://github.com/ewxrjk/rsbackup/blob/travis/.travis.yml for how I have organised macOS builds. At the time of writing they are broken.
I don't test this any more.
To build with http://www.finkproject.org/:
fink install boost1.58-nopython
./configure CPPFLAGS=-I/sw/opt/boost-1_58/include LDFLAGS=-L/sw/opt/boost-1_58/lib/
I expect the Pythony version of Boost will also do.
fink install cairomm1 pangomm1.4.1 glibmm2.4-dev glib2-dev pango1-xft2-ft219-dev
fink install boost1.58-nopython
./configure CPPFLAGS=-I/sw/opt/boost-1_58/include LDFLAGS=-L/sw/opt/boost-1_58/lib/
I expect the Pythony version of Boost will also do.
Contributions welcome via an issue or http://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-discuss.
Contributions welcome via an issue or http://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-discuss.