X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fosx.html;h=a4887fafd526ce6f9b1aed8c79a269b42d7b3f47;hb=5cd855abc35e620a2bfaa4a6dac9787bcaa411aa;hp=ed5c4ba250771d03c15c7ed8a3df6bde188ac150;hpb=cd20ba8f8e03df4b14b845590dbfa0fbbb97ff6f;p=spectrwm.git diff --git a/html/osx.html b/html/osx.html index ed5c4ba..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

@@ -38,5 +50,9 @@ Set the X11 preferences of OSX to the following: [osx5]
This all results in scrotwm bliss!
[scrotwm]
- +

+ +$scrotwm$ +