HI!
I have installed the "plplot-5.5.3-7.fc4.i386.rpm" in <http://fedoraproject.org/extras/4/i386/repodata/repoview/plplot-0-5.5.3-7.fc4.html>
It's just 635k.When I use "plplot" in my C program ,I can not find the "plplot.h" and "plstreams.h",Do I have to download the source code of "plplot-5.5.3"(plplot-5.5.3.tar.gz)?THANK YOU!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, probably the file you have downloaded contain just the library, used by precompiled applications.
The one you need is the developed package, with the *.h files. Usually these package are called developer (dev).
In some other you will find them under source.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI!
I have installed the "plplot-5.5.3-7.fc4.i386.rpm" in <http://fedoraproject.org/extras/4/i386/repodata/repoview/plplot-0-5.5.3-7.fc4.html>
It's just 635k.When I use "plplot" in my C program ,I can not find the "plplot.h" and "plstreams.h",Do I have to download the source code of "plplot-5.5.3"(plplot-5.5.3.tar.gz)?THANK YOU!
Well, probably the file you have downloaded contain just the library, used by precompiled applications.
The one you need is the developed package, with the *.h files. Usually these package are called developer (dev).
In some other you will find them under source.