Changes between Version 3 and Version 4 of GettingSource
- Timestamp:
- 05/25/2006 04:43:34 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingSource
v3 v4 6 6 ~ $ mkdir ~/src 7 7 ~ $ cd ~/src 8 ~/src $ wget http://blog.lighttpd.net/files/xcache-preview.tar.gz 9 ~/src $ tar -zxf xcache-preview.tar.gz 8 ~/src $ wget http://... (the release url) 9 ~/src $ tar -zxf xcache-*.tar.gz 10 10 11 (or) 11 ~/src $ gzip -dc xcache- preview.tar.gz | tar -x12 ~/src $ gzip -dc xcache-*.tar.gz | tar -x 12 13 ~/src $ cd xcache 13 ~/src/xcache -trunk$ ls14 ~/src/xcache $ ls 14 15 }}} 15 16

