Skip to content

alvintps/gnuplot_example_ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnuplot Example Workspace

Gnuplot interface in ANSI C by Nicolas Devillard.

Setup on Linux/Ubuntu

Install gnuplot

$ sudo apt-get update
$ sudo apt-get install gnuplot

Make

$ mkdir build
$ cd build
$ cmake ..
$ make

Setup on Windows

Setup build environment

  1. Configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from mingw-w64: https://code.visualstudio.com/docs/cpp/config-mingw
  2. Install CMake Tools extension for VS Code.

Install gnuplot

Download and install the appropriate Windows 64bit binary self-installer from: https://sourceforge.net/projects/gnuplot/files/gnuplot/

Make

  1. Create an empty directory in the workspace and rename it as build.
  2. Open the Command Palette (Ctrl+Shift+P) and run the CMake: Configure command.
  3. Open the Command Palette (Ctrl+Shift+P) and run the CMake: Build command.

About

Gnuplot interface in ANSI C by Nicolas Devillard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published