Skip to content

Commit

Permalink
added note about building on latest gtkmm / Fedora 23
Browse files Browse the repository at this point in the history
issue #6
  • Loading branch information
nickdowell committed Oct 5, 2015
1 parent 245ddbc commit 0367e63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ Any valid preset banks that are found in these directories will be show in the
drop-down bank selector on the GUI (standalone version only.)

Plug-in versions can load presets by right-clicking on the GUI's background.


Building on Fedora 23 / latest gtkmm
------------------------------------

The latest versions of gtkmm require C++11 support, but it is not enabled by
default in current versions of GCC.

If you encounter build errors relating to C++11 support, please configure
the build like so:

./configure CXXFLAGS='-std=c++11'

0 comments on commit 0367e63

Please sign in to comment.