We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3391069 + 7a99644 commit d75f262Copy full SHA for d75f262
1 file changed
README-Building.md
@@ -72,9 +72,9 @@ These commands should be entered from the Visual Studio 2010 command prompt so t
72
msbuild WebODF.sln
73
74
75
-## Building WebODF on OSX 10.7.5 (Lion)
+## Building WebODF on OSX 10.7.5 (Lion) or OSX 10.9.5 (Mavericks)
76
77
Qt5 can be installed via homebrew, but will not be linked by default. CMake must be instructed where to find this package by
78
specifying the Qt5 location in CMAKE_PATH_PREFIX environment variable:
79
80
- cmake -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.2.1 ../webodf
+ cmake -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.1 ../webodf
0 commit comments