Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created December 11, 2012 15:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttscoff/4259312 to your computer and use it in GitHub Desktop.
Save ttscoff/4259312 to your computer and use it in GitHub Desktop.
Installing Recoll on Mountain Lion (personal notes)

Installing Recoll on Mountain Lion

 brew install xapian qt

Edit file:///usr/local/Cellar/qt/4.8.3/mkspecs/common/g++-macx.conf

QMAKE_CFLAGS_X86_64 += -Xarch_x86_64 -mmacosx-version-min=10.7
QMAKE_CFLAGS_PPC_64 += -Xarch_ppc64 -mmacosx-version-min=10.7

configure, make, sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment