-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathREADME
More file actions
27 lines (19 loc) · 721 Bytes
/
README
File metadata and controls
27 lines (19 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cpplot; Simple plotting in C++
Copyright Jonatan Olofsson, 2011-2012
License: GPLv3+
Author: Jonatan Olofsson (jonatan.olofsson@gmail.com)
The cpplot library intends to provide a simple, well-written plotting
library for use in GPL'ed projects.
Although completely rewritten, this library is originally based on
MATPLOT++ (MATLAB-like plotting tool in C++)
Copyright (c) 2011 Yuichi Katori All Rights Reserved
Author: Yuichi Katori (yuichi.katori@gmail.com)
Getting Started
------------------------------------------
To install a required library on ubuntu
$ sudo apt-get install freeglut3-dev libgl2ps-dev
To compile cpplot,
$ cd build
$ cmake ..
$ make
Compiling of examples may be optionally disabled in cmake