From 61346ae95df167e64f0fd3a34c92fce8c422ff97 Mon Sep 17 00:00:00 2001 From: eelke Date: Sun, 4 Sep 2022 12:41:37 +0200 Subject: [PATCH] Remove BUILD because its contents is completely out of date. --- BUILD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 BUILD diff --git a/BUILD b/BUILD deleted file mode 100644 index 3f4f16a..0000000 --- a/BUILD +++ /dev/null @@ -1,18 +0,0 @@ - -If it doesn't detect Qt CMAKE_PREFIX_PATH needs to be set - -export CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/cmake - -Dependencies: -- boost (asio, system, ???) -- Botan-2 -- libpq -- Qt5 -- fmt (should we include this one in the project? - - -- jsoncpp (included) - -On ubuntu - -sudo apt install libpq-dev libboost1.63-all-dev