I started out trying to build the new release and did not get far with the 
instructions on the wiki.  Then I found this:

http://www.linuxquestions.org/questions/linux-newbie-8/unable-to-install-and-build-plplot-5-9-a-789425/

Building plplot-5.9.5 : 1) cd plplot-5.9.5/ , 2) mkdir build
3) cd build/ , 4) cmake .. ( cmake <space> <period><period> )
The text output in the terminal will show, what's included in the
configuration / Makefile : tcl/tk , wxwidgets, pyqt4, python, etc.

4) make : will build the binaries and the libraries.

My own addition was then

  sudo make install

which *appears* to have worked.

I was interested in building it to try the legend code.  Is there a reason for 
the double pointer?  It seems that

   this part\0that part\0...\0and the last part\0\0

would do the job just as easily??

Bill


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to