Changes between Version 3 and Version 4 of quartz-wm
- Timestamp:
- 12/12/11 14:06:52 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
quartz-wm
v3 v4 15 15 == Repository == 16 16 17 If you prefer testing the latest changes or want to develop quartz-wm, you are encouraged to use git. Since MacOSForge does not have native git support, quartz-wm is available from git-hub. You can check out the latest sources with:17 If you prefer testing the latest changes or want to develop quartz-wm, you are encouraged to use git. Since MacOSForge does not have native git support, quartz-wm is available from git-hub. You can check out and build the latest sources with: 18 18 19 19 {{{ 20 20 git clone https://github.com/jeremyhu/quartz-wm.git 21 cd quartz-wm 22 ACLOCAL="aclocal -I /opt/X11/share/aclocal" autoreconf -fvi 23 PKG_CONFIG_PATH=/opt/X11/share/pkgconfig:/opt/X11/lib/pkgconfig ./configure --prefix=/opt/X11 && make 21 24 }}}
