From: Marco Peereboom Date: Mon, 11 Jan 2010 22:44:26 +0000 (+0000) Subject: Add cygwin. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=9e91622218fa13aab12619ede142c0bc30f042e9;p=spectrwm.git Add cygwin. Add tag to osx --- diff --git a/html/cygwin.html b/html/cygwin.html new file mode 100644 index 0000000..cee18db --- /dev/null +++ b/html/cygwin.html @@ -0,0 +1,61 @@ + + + +Scrotwm + + + +Using scrotwm on Windows/cygwin

+ +A port to Windows/cygwin was created to make Windows useful for UNIX people. +Following are the compilation and installation steps. +

+Compile scrotwm from the linux directory of the snapshot: +

+cd linux
+make
+
+Install scrotwm: +
sudo make install
+
+Download +dmenu +and patch config.mk with: +
+$ diff -uNp config.mk.old config.mk
+--- config.mk.old       2010-01-11 16:23:55.503440600 -0600
++++ config.mk   2010-01-11 16:24:04.300315600 -0600
+@@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 
+
+# flags
+CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
++CFLAGS = -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
+
+# Solaris
+
+
+Compile it: +
make
+Install dmenu: +
sudo make install
+Create a .xinitrc in the home dir of the user and add at least the following line: +
+exec /usr/local/bin/scrotwm
+
+If the stupid menu bar in xterm angers you add the folowing line to ~/.Xdefaults +
+xterm.ToolBar:          false
+
+

+

+This all results in scrotwm bliss!

+[scrotwm]
+

+

+ +$scrotwm$ + + diff --git a/html/cygwin.png b/html/cygwin.png new file mode 100644 index 0000000..56e04be Binary files /dev/null and b/html/cygwin.png differ diff --git a/html/cygwin_small.png b/html/cygwin_small.png new file mode 100644 index 0000000..e4daf78 Binary files /dev/null and b/html/cygwin_small.png differ diff --git a/html/osx.html b/html/osx.html index ed5c4ba..a545bdb 100644 --- a/html/osx.html +++ b/html/osx.html @@ -38,5 +38,9 @@ Set the X11 preferences of OSX to the following: [osx5]
This all results in scrotwm bliss!
[scrotwm]
- +

+ +$scrotwm$ +