From: Marco Peereboom Date: Sun, 17 Jan 2010 16:54:12 +0000 (+0000) Subject: Clarify osx 10.5 build process. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=8ac8dc5fbb18aac8d7660aeff91a54f022170bdc;p=spectrwm.git Clarify osx 10.5 build process. --- diff --git a/html/osx.html b/html/osx.html index a545bdb..a4887fa 100644 --- a/html/osx.html +++ b/html/osx.html @@ -16,6 +16,18 @@ Compile scrotwm from the osx directory of the snapshot: cd osx make +

+To compile scrotwm on OSX 10.5 edit the Makefile and replace: +

+libswmhack.so.$(LVERS): swm_hack.so
+	$(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
+
+With: +
+libswmhack.so.$(LVERS): swm_hack.so
+	$(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
+
+

Install scrotwm:

sudo make install