X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fosx.html;h=c7bca57f78846fe059d4b7c97d292be82ccd88e3;hb=9debc3f2ad581df91d8cfff96a4a19ac1c4b45fd;hp=ed5c4ba250771d03c15c7ed8a3df6bde188ac150;hpb=cd20ba8f8e03df4b14b845590dbfa0fbbb97ff6f;p=spectrwm.git diff --git a/html/osx.html b/html/osx.html index ed5c4ba..c7bca57 100644 --- a/html/osx.html +++ b/html/osx.html @@ -7,6 +7,10 @@ Using scrotwm on OSX

+ +Em Português +

+ 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 +

+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 +54,9 @@ Set the X11 preferences of OSX to the following: [osx5]
This all results in scrotwm bliss!
[scrotwm]
- +

+ +$scrotwm$ +