From: <dom...@us...> - 2013-06-04 16:59:38
|
Revision: 499 http://sourceforge.net/p/fvwm-crystal/code/499 Author: dominique_libre Date: 2013-06-04 16:59:34 +0000 (Tue, 04 Jun 2013) Log Message: ----------- INSTALL: added a few workds about make uninstall, make clean and correctpath, as well than about the preferences. Modified Paths: -------------- ChangeLog INSTALL Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-04 16:47:22 UTC (rev 498) +++ ChangeLog 2013-06-04 16:59:34 UTC (rev 499) @@ -6,7 +6,9 @@ Makefile: added make clean section Makefile: make preferences/LastChoosenRecipe to respect $prefix; thanks to Thomas Funk for pointing that out. - + INSTALL: added a few workds about make uninstall, make clean and correctpath, + as well than about the preferences. + Samedi 1 Jui 2013 Dominique michel INSTALL: updated Modified: INSTALL =================================================================== --- INSTALL 2013-06-04 16:47:22 UTC (rev 498) +++ INSTALL 2013-06-04 16:59:34 UTC (rev 499) @@ -14,12 +14,33 @@ make prefix=/usr install +The installation process will create a tmp directory into the +temporary directory. You can delete it with + make clean + +but this is not needed between successivve 'make install' runs. + + +IMPORTANT NOTICE +---------------- + make correctpath +sould NOT be called directly. It is for internal use by +'make install' only. + Installing from svn repository ------------------------------ Download the repository and process as before +Uninstalling the software +------------------------- +Run + make uninstall +or + make prefix=/usr uninstall + + Needed adjustement by the user ------------------------------ @@ -28,8 +49,8 @@ All the preferences are done from the menu of Fvwm-Crystal with 3 notable exceptions: -1) The preferences for the dekstop manager )dekstop icons) are done -from the contextual of the Home icon. +1) The preferences for the FVWM-Crystal dekstop manager (dekstop icons) +are done from the contextual of the Home icon. 2) The media player and mixer preferences are done from the menu of the Music button. @@ -38,8 +59,10 @@ Edit ~/.fvwn-crystal/preferences/MediaDirectories. Each line must contain the type of media (one of <audio>, <video>, <cdrom>, <dvd>), followed by the main path to the media files or -device file. +device file. This file will be created for you the first time you call +that function, and you will be warned to edit it. + Note on fvwm-crystal.generate-menu ---------------------------------- fvwm-crystal.generate-menu is a script that can be used to generate the missing This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |