summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-04 16:13:00 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-01-04 16:13:00 +0100
commit1382f4fc322aeda453fd4ae4f5eceeeb47fcddfb (patch)
tree8241bafe2f6cbe7def7ecac5b09552af5c489c15 /README
parent738ecbd5fad2b46836bfd6a94aeebf165ae2bbca (diff)
updated readme
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
-
-