JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fancy clang stuff
[spectrwm.git] / html / osx.html
index a545bdb..c7bca57 100644 (file)
@@ -7,6 +7,10 @@
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 </head>
 Using scrotwm on OSX<p>
+<small>
+<a href="osx_pt.html">Em Português</a>
+<p>
+</small>
 <body bgcolor="#101010" text="#ffffff">
 A port to OSX was created to make OSX useful for UNIX people.
 Following are the compilation and installation steps.
@@ -16,6 +20,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>