Date: Thu, 25 Jan 1996 12:35:37 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) To: binhdo@cs.ubc.ca Cc: questions@freebsd.org Subject: Re: Where to get fvwm version 2? Thank you. Message-ID: <9601251935.AA10855@emu.fsl.noaa.gov> In-Reply-To: <199601251925.LAA02386@grolsch.cs.ubc.ca> (message from Binh Do on Thu, 25 Jan 1996 11:25:33 -0800)
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9601251935.AA10855>