RE: [Plib-devel] Make Local for PLIB?
Brought to you by:
sjbaker
From: Fay J. F C. AAC/W. <joh...@eg...> - 2004-07-30 17:24:38
|
Wonderful! Thank you very much. Your instructions have worked perfectly. John F. Fay joh...@eg... -----Original Message----- From: pli...@li... [mailto:pli...@li...]On Behalf Of Bert Driehuis Sent: Wednesday, July 28, 2004 7:24 PM To: pli...@li... Subject: Re: [Plib-devel] Make Local for PLIB? <snip> I do something like that, using something like this: #!/bin/sh [ -d ~/fgfs-install ] || mkdir ~/fgfs-install inst_root=`cd ~/fgfs-install;pwd` cd ~/cvs/plib # where I check out plib ./configure --prefix=$inst_root gmake install cd ~/cvs/SimGear ./configure --prefix=$inst_root gmake install ... <snip> |