Skip to content

Commit

Permalink
Documentation: Mention potential cmake 2.9 problem
Browse files Browse the repository at this point in the history
There should be specific instructions on how to ensure the right version of cmake. However, I don't know what the specific instructions are at the moment. :)
  • Loading branch information
scztt committed Jun 18, 2014
1 parent 276adf5 commit 3919944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ for building supercollider:
- libcwiid-dev (for wiimote support)
- pkg-config
- subversion (required by the Quarks class at run-time)
- cmake
- cmake (on some platforms, cmake >= 2.9 may require manual build)
- qt5-default qt5-qmake qttools5-dev qttools5-dev-tools qtdeclarative5-dev libqt5webkit5-dev


Expand Down

2 comments on commit 3919944

@timblechmann
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd suggest to increase cmake_minimum_required.

@telephon
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • - cmake (on some platforms, cmake >= 2.9 may require manual build)

This sounds as if above (and not below) a certain version you need to build manually (and also: what does "manually" mean?).

Please sign in to comment.