Skip to content

Commit

Permalink
Documentation updates: add Homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Jul 17, 2016
1 parent cdc1f96 commit baf14c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Gtkmm-PLplot is a simple plotting library that brings the power of PLplot to Gtk

Currently this library is under heavy development but it should already be useful for simple two-dimensional graphs. The API should not be considered to be stable at all and will be changed without warning...

Gtkmm-PLplot is licensed under the GPLv3.

**Important: currently I am preparing to release v2.0.0. This version will introduce several backwards incompatible changes due to bad design decisions I made in v1.0.0 (I am a lousy C++ programmer but I am learning...). This will bring the API more in line with what the Gtkmm API. Apart from this, I will also be changing the license from GPLv3 to LGPLv3...**
Gtkmm-PLplot is licensed under the LGPLv3.

## Features

Expand Down Expand Up @@ -38,6 +36,12 @@ I have generated documentation with Doxygen. Have a look at http://tschoonj.gith

Tarballs can be found [here](http://lvserver.ugent.be/gtkmm-plplot)

[Homebrew](http://brew.sh) users can install Gtkmm-PLplot via my tap:

````
brew install tschoonj/tap/gtkmm-plplot
````

## TODO
* plsurf3d, plmesh
* histograms
Expand Down
8 changes: 8 additions & 0 deletions docs/extra_pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@
* - make
* - make install
*
* \subsection homebrew Homebrew
* Homebrew users can install Gtkmm-PLplot via my tap:
*
* ````
* brew install tschoonj/tap/gtkmm-plplot
* ````
* \subsection head Github repository
*
* People interested in running the latest development version will have to clone the Github repository.
* Make sure you have the above mentioned dependencies installed, as well as the GNU autotools (autoconf, automake and libtool) and mm-common.
* - git clone [email protected]:tschoonj/gtkmm-plplot.git
Expand Down

0 comments on commit baf14c3

Please sign in to comment.