Skip to content

Instantly share code, notes, and snippets.

# 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
@mhemeryck
mhemeryck / Change_I04e1471d
Created November 15, 2013 16:38
Change I04e1471d: Return the correct system font on OS X Mavericks. (https://codereview.qt-project.org/#change,62261)
From 7c4c43afb36449c9fb2d281327423df8eb916d64 Mon Sep 17 00:00:00 2001
From: Jake Petroules <jake.petroules@petroules.com>
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
---