https://github.com/kranfix/matplotpp
https://github.com/kranfix/matplotpp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kranfix/matplotpp
- Owner: kranfix
- Created: 2014-10-13T00:35:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T00:44:19.000Z (over 11 years ago)
- Last Synced: 2025-03-23T16:05:57.956Z (about 1 year ago)
- Language: C
- Size: 199 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MATPLOT++ (MATLAB-like plotting tool in C++)
--------------------------------------------
# What is this?
This is a fork from https://code.google.com/p/matplotpp/ and
# Required library
We need to install freeglut
Ubuntu:
```
$ sudo apt-get install freeglut3-dev
```
Fedora:
```
$ sudo yum install freeglut-devel
```
# Compile MATPLOT++ library
Clone the repositoy:
```
git clone git@github.com:kranfix/matplotpp.git
```
Place into the project:
```
cd matplotpp
```
And excetute the Makefile:
```
make
```
# Compile the examples
Only type the following:
```
$ cd matplotpp
$ make build
```