summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 0 insertions, 12 deletions
diff --git a/README b/README
deleted file mode 100644
index ecd6713..0000000
--- a/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Building on OSX:
-
-You'll need QT5 and poppler with QT5 bindings. QT5 can be installed with Homebrew:
-
-$ brew install qt5
-
-whereas poppler should be built from source to get the QT5 bindings. To compile, clang needs to have C++11 features enabled. I built using:
-
-$ CXXFLAGS="-std=c++11" ./configure
-$ CXXFLAGS="-std=c++11" make
-
-