Skip to content

Commit d75f262

Browse files
author
Friedrich
committed
Merge pull request #889 from vielmetti/patch-1
Update README-Building.md
2 parents 3391069 + 7a99644 commit d75f262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README-Building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ These commands should be entered from the Visual Studio 2010 command prompt so t
7272
msbuild WebODF.sln
7373

7474

75-
## Building WebODF on OSX 10.7.5 (Lion)
75+
## Building WebODF on OSX 10.7.5 (Lion) or OSX 10.9.5 (Mavericks)
7676

7777
Qt5 can be installed via homebrew, but will not be linked by default. CMake must be instructed where to find this package by
7878
specifying the Qt5 location in CMAKE_PATH_PREFIX environment variable:
7979

80-
cmake -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.2.1 ../webodf
80+
cmake -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.1 ../webodf

0 commit comments

Comments
 (0)