Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I get gnuplot to compile on my system?

gnuplot
0
10 Posted

How do I get gnuplot to compile on my system?

0

As you would any other installation. Read the files README.1ST and README. • For Unix, use ./configure (or ./configure -prefix=$HOME/usr for an installation for a single user), make and finally make install or make install-strip, the latter for smaller executables without debugging information. If you want to make a RPM package, then replace the latest step by checkinstall or checkinstall make install-strip, supposing the package checkinstall on your machine. • For DOS, if you are using bash and DJGPP, you can just run djconfig.sh. • For other platforms, copy the relevant makefile (e.g. makefile.os2 for OS/2, or makefile.mgw or makefile.cyg for Windows) from config/ to src/, optionally update options in the makefile’s header, then change directory to src and run make.

0

As you would any other installation. Read the files README.1ST and README.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123