Hi Arjen,

ok, I uploaded the 3rd party source package to the web. You can download 
(or others) it from here:

http://www.miscdebris.net/stuff/3p_plplot.zip

It's a 8Mb download.

Just unzip it somewhere, cd into the new directory and run

make_all_vc.bat or make_all_mingw.bat

This will create and install (into include/bin/lib) agg, cd, freetype, 
gd, qhull and haru pdf library.

At the end the lib directory should contain (for visual c++):

agg.lib
bgd.lib and bgd.dll
cd.lib
freetype.lib
hpdf.lib
libhpdf.lib
qhull.lib

For Visual C++ 2005 set the variable in make_all_vc.bat accordingly, 
since freetype doesn't compile out of the box with VC++ 2005.

All you need to do then is set the cmake environment vars:

rem setup 3rd party libraries
set THIRDPARTY=%USER_ROOTDIR%\3p_plplot
set PATH=%THIRDPARTY%\lib;%PATH%
set CMAKE_INCLUDE_PATH=%THIRDPARTY%\include;%CMAKE_INCLUDE_PATH%
set CMAKE_LIBRARY_PATH=%THIRDPARTY%\lib;%CMAKE_LIBRARY_PATH%

That's all. So download, unzip, run batch file, set variables.

I copied the whole sources for every package into this zip. I could make 
the download considerably smaller by deleting a lot of unused stuff, but 
than I don't want to delete too much (licenses and so on) and do 
something wrong. Since not many will download it anyway (only windows, 
those you who don't use the binary) I don't think this is a show stopper.

So please, Arjen and Jim (Dishaw), please test if it works for you.

Thanks,
Werner

> Hi Werner,
> 
> it looks like a good plan, even though it will put some burden
> on the maintainers.
> 
> I will be on holiday this first week of january, but I will think
> about your suggestions.
> 
> Regards,
> 
> Arjen
> 
> 
> 


-- 
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