This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XFree ported software


Peoter,

I just downloaded the FVWM 2.4.0 source and built it out of the box without
any problems, other than setting the path before running configure:

http://www.fvwm.org/download.html


Here is exactly what I did:

tar -xjf fvwm-2.4.0.tar.bz2
cd fvwm-2.4.0
mkdir build
cd build
PATH=$PATH:/usr/X11R6/bin
export PATH
../configure
make
make install

That's it.  I think you can handle building and installing it yourself.

Harold


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]