X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fosx.html;h=c7bca57f78846fe059d4b7c97d292be82ccd88e3;hb=d1c7dc33a6a2fd9bea33d53deace0d1c0ebfae9f;hp=a545bdb1e59b67ac3a279bdd7c6199b25baaa112;hpb=9e91622218fa13aab12619ede142c0bc30f042e9;p=spectrwm.git diff --git a/html/osx.html b/html/osx.html index a545bdb..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