X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fosx.html;h=a4887fafd526ce6f9b1aed8c79a269b42d7b3f47;hb=33efd6bffd57fe4fc50539069920a476ca7ed660;hp=a545bdb1e59b67ac3a279bdd7c6199b25baaa112;hpb=9e91622218fa13aab12619ede142c0bc30f042e9;p=spectrwm.git 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