Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

How to build avim on OS X

xosdy edited this page Nov 14, 2014 · 1 revision

Build type 1: install qt5 by brew

$ brew install qt5
$ ls /usr/local/opt/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
$ /usr/local/opt/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
$ export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/
$ cd ./build
$ cmake ../CMakeLists.txt
$ make -j8

Build type 2: download official qt5*.dmg package install to home dir.

Developers Help

Clone this wiki locally