JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update copyright
[spectrwm.git] / html / osx.html
index ed5c4ba..a4887fa 100644 (file)
@@ -16,6 +16,18 @@ Compile scrotwm from the osx directory of the snapshot:
 cd osx
 make
 </pre>
+<p>
+To compile scrotwm on OSX 10.5 edit the Makefile and replace:
+<pre>
+libswmhack.so.$(LVERS): swm_hack.so
+       $(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
+</pre>
+With:
+<pre>
+libswmhack.so.$(LVERS): swm_hack.so
+       $(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
+</pre>
+<p>
 Install scrotwm:
 <pre>sudo make install</pre>
 <br>
@@ -38,5 +50,9 @@ Set the X11 preferences of OSX to the following:
 <img border=0 src="osx5.png" alt="[osx5]"><br>
 This all results in scrotwm bliss!<br>
 <a href="osx.jpg"><img border=0 src="osx_small.jpg" alt="[scrotwm]"></a><br>
-</center
+</center>
+<p>
+<small>
+$scrotwm$
+</small>
 </body>