From 3b1918496ea4b20ec61287ffbb9e1573e950fdcc Mon Sep 17 00:00:00 2001 From: gotmor Date: Wed, 1 Aug 2007 19:15:37 +0000 Subject: release 0.7.5 fixed memory leak added in-text commands: ^tw() ^c() ^p() added gadgets: kittscanner gdbar gcpubar git-svn-id: http://dzen.googlecode.com/svn/trunk@149 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- INSTALL | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..9038f5c --- /dev/null +++ b/INSTALL @@ -0,0 +1,25 @@ +================================== + dzen, (c) 2007 by Robert Manea +================================== + + +Edit config.mk to match your local setup (dzen is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install dzen (if +necessary as root): + + make clean install + + +Optionally if you want to use dzen's gadgets: + + cd gadgets + make clean install + + +Note: By default dzen will not be compiled with Xinerama support. + Uncomment the respective lines in config.mk to change this. + + +Use "./help" to view a nicely formated version of the documentation. -- cgit v1.2.3-54-g00ecf