Hi all, - don't forget about ldconfig - document popular uninstall methods - comment out mapping to home drive in default config and add a comment on why we don't include it The home directory change might be problematic from a user support POV, though, of course... Index: Makefile.in =================================================================== RCS file: /home/wine/wine/Makefile.in,v retrieving revision 1.136 diff -u -r1.136 Makefile.in --- Makefile.in 12 Dec 2002 22:03:14 -0000 1.136 +++ Makefile.in 15 Dec 2002 12:28:05 -0000 @@ -95,7 +95,7 @@ echo "*************************************************" ; \ echo "The installed Wine libraries will not be found!" ; \ echo "You can either:" ; \ - echo " Add the line '$(libdir)' to /etc/ld.so.conf" ; \ + echo " Add the line '$(libdir)' to /etc/ld.so.conf and rerun /sbin/ldconfig" ; \ echo ' export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(libdir)' ; \ echo "*************************************************" ; \ echo "*************************************************" ; \ Index: README =================================================================== RCS file: /home/wine/wine/README,v retrieving revision 1.38 diff -u -r1.38 README --- README 1 Jul 2002 18:23:39 -0000 1.38 +++ README 15 Dec 2002 12:28:05 -0000 @@ -124,14 +124,17 @@ 5. SETUP +In case a previous Wine installation is already on your PC, don't forget +to uninstall it before installing this Wine version (unless the previous +Wine version is an "isolated" install which doesn't conflict with the +new install). +Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall" +to do so. + Once Wine has been built correctly, you can do "make install"; this will install the wine executable, the Wine man page, and a few other needed files. -Don't forget to uninstall any conflicting previous Wine installation -first. Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall" -before installing. - If you want to read the documentation supplied with the Wine source, see the "DOCUMENTATION" section. @@ -156,7 +159,10 @@ As this program is alpha, it doesn't run a truly thorough test yet, though, so it should be taken as a first verification step only. -See wine.conf man page on how to switch to text mode only support if desired. +See wine.conf man page on how to switch to text mode only support +(i.e.: no X11 output) if desired. + +Also, don't forget to read the wine man page ! 6. RUNNING PROGRAMS Index: documentation/samples/config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.37 diff -u -r1.37 config --- documentation/samples/config 13 Dec 2002 02:26:18 -0000 1.37 +++ documentation/samples/config 15 Dec 2002 12:28:38 -0000 @@ -50,11 +50,14 @@ "Label" = "Tmp Drive" "Filesystem" = "win95" -[Drive F] -"Path" = "${HOME}" -"Type" = "network" -"Label" = "Home" -"Filesystem" = "win95" +;; think TWICE whether you want to enable a full home directory mapping or not, +;; since some virii (KLEZ etc.) scan all drives and could search/infect +;; a lot of files that way ! +;[Drive F] +;"Path" = "${HOME}" +;"Type" = "network" +;"Label" = "Home" +;"Filesystem" = "win95" [wine] "Windows" = "c:\\windows" -- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany