From 3cd0a3b4a804455588ccb1e5894974e545056f45 Mon Sep 17 00:00:00 2001 From: ThomasFunk Date: Sat, 12 Jan 2013 15:10:24 +0100 Subject: [PATCH] fix some formating typos in INSTALL --- ChangeLog | 1 + INSTALL | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92da521..61ea028 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ History: - fix bug in FuncFvwmLayoutMenu that layouts in userdir will load correctly - change in debian/control cpufreq to cpufrequtils - update fvwm-nightshade manpage, html and source +- fix some formating typos in INSTALL 01/09/2013 V 0.5.36 - add documentation about autostart to fvwm-nightshade manpage diff --git a/INSTALL b/INSTALL index 65570e0..f9359ea 100644 --- a/INSTALL +++ b/INSTALL @@ -5,13 +5,13 @@ Requirements ============ Required: Fvwm >= 2.6.6 (compiled with all features), python-xdg, - xterm, conky, xscreensaver, eterm, imagemagick, xwd, - stalonetray, wm-icons + xterm, conky, xscreensaver, eterm, imagemagick, xwd, + stalonetray, wm-icons Recommended: gnomes network manager, Volume Icon Useful: fdpowermon, bluetooth-applet, pm-utils, LxApearance, - qtconfig for qt3, qtconfig for qt4, xneurs + qtconfig for qt3, qtconfig for qt4, xneurs @@ -53,7 +53,7 @@ Fvwm 3. Building the Tree: - execute in the terminal - $ utils/configure_dev.sh + $ utils/configure_dev.sh Hint: You can ignore "With GNOME libs support in FvwmGtk? no: Can't find working gnome-config" @@ -63,13 +63,13 @@ Fvwm 4. Compile Fvwm: deb: - run - $ ./configure --prefix=/usr + $ ./configure --prefix=/usr - after that - $ make deb-inplace + $ make deb-inplace rpm: - run - $ make rpm-dist + $ make rpm-dist Arch: - build the package: @@ -106,7 +106,7 @@ Installation of Fvwm-Nightshade Fvwm-Nightshade will be installed to /usr/local by default. So root permissions are required. Run - # make install + # make install If you want to install Fvwm-Nightshade to another directory you can change the prefix: @@ -117,7 +117,7 @@ Installation of Fvwm-Nightshade to told make where because there are some scripts which have to be installed into Fvwm. - # make fvwm_path= install + # make fvwm_path= install - deb: Run # make deb @@ -159,16 +159,16 @@ Deinstallation - General To remove Fvwm-Nightshade expect ~/.fvwm-nightshade run as root - # make uninstall + # make uninstall If you have installed Fvwm-Nightshade to another directory you have to change the prefix: - # make prefix= install + # make prefix= install Also, if Fvwm is installed in another directory then /usr/share/fvwm you have to told make where Fvwm is located - # make fvwm_path= uninstall + # make fvwm_path= uninstall - For all others use the package management system.