This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installation of YCM on mac with a homebrew python | |
cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp | |
cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/Downloads/clang+llvm-4.0.1-x86_64-apple-macosx10.9.0/ -DPYTHON_INCLUDE_DIR=/usr/local/Frameworks/Python.framework/Headers -DPYTHON_LIBRARY=/usr/local/Frameworks/Python.framework/Python . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ | |
cmake --build . --target ycm_core --config Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 7c4c43afb36449c9fb2d281327423df8eb916d64 Mon Sep 17 00:00:00 2001 | |
From: Jake Petroules <[email protected]> | |
Date: Mon, 5 Aug 2013 09:55:35 -0400 | |
Subject: [PATCH] Return the correct system font on OS X Mavericks. | |
Also prints a warning if other private system fonts are encountered. | |
Task-number: QTBUG-32789 | |
Change-Id: I04e1471d25119caddb587972561e98defb1ffda1 | |
--- |