JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fancy clang stuff
[spectrwm.git] / html / osx.html
index ed5c4ba..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>
@@ -38,5 +54,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>