User Tools

Site Tools


gnuplot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnuplot [2024/11/04 09:21] – [Instructions for WSL] dblumegnuplot [2025/07/09 09:48] (current) – [Instructions for macOS] dblume
Line 35: Line 35:
 Inspired from this [[https://stackoverflow.com/questions/54296621/brew-install-gnuplot-with-qt-with-x11-not-working|StackOverflow answer]]. I gave up on getting QT working. Inspired from this [[https://stackoverflow.com/questions/54296621/brew-install-gnuplot-with-qt-with-x11-not-working|StackOverflow answer]]. I gave up on getting QT working.
  
-  brew install readline +  brew install readline pkg-config automake
-  brew install pkg-config+
   # ... Get the sources per instructions above ...   # ... Get the sources per instructions above ...
   ./prepare   ./prepare
-  ./configure --disable-silent-rules --prefix=/opt/homebrew/opt/gnuplot --with-readline=/opt/homebrew/opt/readline --with-cairo --with-qt=no --with-x --with-bitmap-terminals+  ./configure --disable-silent-rules --with-readline=/opt/homebrew/opt/readline --with-cairo --with-qt=no --with-x --with-bitmap-terminals
   make   make
   sudo make install   sudo make install
 +
gnuplot.1730740863.txt.gz · Last modified: 2024/11/04 09:21 by dblume