From owner-freebsd-questions Thu Jan 25 11:35:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA11411 for questions-outgoing; Thu, 25 Jan 1996 11:35:50 -0800 (PST) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA11389 for ; Thu, 25 Jan 1996 11:35:47 -0800 (PST) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA16952; Thu, 25 Jan 96 13:35:38 -0600 Received: by emu.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA10855; Thu, 25 Jan 1996 12:35:37 -0700 Date: Thu, 25 Jan 1996 12:35:37 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <9601251935.AA10855@emu.fsl.noaa.gov> To: binhdo@cs.ubc.ca Cc: questions@freebsd.org In-Reply-To: <199601251925.LAA02386@grolsch.cs.ubc.ca> (message from Binh Do on Thu, 25 Jan 1996 11:25:33 -0800) Subject: Re: Where to get fvwm version 2? Thank you. Sender: owner-questions@freebsd.org Precedence: bulk You can ftp it from ftp://ftp.freebsd.org/pub/FreeBSD/incoming/fvwm-2.0.40.tgz Extract with tar xzvf fvwm-2.0.40.tgz cd fvwm Edit configure.h. Change the lines FVWMDIR as shown below: #ifdef RENAME_FVWM2 #define FVWM fvwm2 #define FVWMRC ".fvwm2rc" > #define FVWMDIR "/usr/X11R6/lib/X11/fvwm2" /* #define FVWMDIR "/usr/local/X11R6/lib/X11/fvwm2" */ #else #define FVWM fvwm #define FVWMRC ".fvwmrc" > #define FVWMDIR "/usr/X11R6/lib/X11/fvwm" #endif /* RENAME_FVWM2 */ Edit other lines as you see fit. Then xmkmf make Makefiles make make install make install.man That's it! I don't think we should make a port/package out of this until 2.0 stablizes ... maybe to 2.1! -- Sean Kelly NOAA Forecast Systems Laboratory, Boulder Colorado USA Whenever I need to ``get away,'' I just get away in my mind. I go to my imaginary spot, where the beach is perfect and the water is perfect and the weather is perfect. The only bad thing there are the flies. They're terrible! -- Deep Thoughts, by Jack Handey