Hi,

> * rm -rf /staging/area
> 
> * make install DESTDIR=/staging/area
> 
> * pushd /staging/area
> 
> * tar zcf plplot-5.7.1-Linux.tar.gz .
> 
> * popd
> 
> * mv /staging/area/plplot-5.7.1-Linux.tar.gz .
> 
> * rm -rf /staging/area
> 
> ("/staging/area" is any absolute or relative directory location which you
> don't mind overwriting.)
> 
> Werner, if a windows equivalent of the above procedure works, then I suggest
> you put it into a script for convenience (until make package is fixed), and
> that should conveniently take care of the fundamental issue of how to make a
> binary release on windows. The only remaining binary-release issue then
> appears to be integrating external libraries into the build so that "make
> install" (for now and "make package" eventually) installs them in DESTDIR.
> Werner, I have suggested a low-impact way to deal with this remaining issue.
> What do you think?

A windows script would be easy to write with windows commands apart from 
the tar stuff - zip should be used on the windows platform and than we 
would need a zip program also :) (which we would get via 
gnuwin32.sf.net). Anyway, Jim was already able doing it, so no problem 
here I think (though he didn't include 3rd party libraries).

The problem with including the external libraries, if any, I would 
suggest to solve on the script level. Just write copy commands in the 
script, maybe this has to be edited by hand or maybe this could be done 
during the cmake call or so. But I think this is the best way with the 
lowest effort.

Werner

-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
        +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to