From: CryptoManiac Date: Thu, 23 Dec 2021 05:07:08 +0000 (+0300) Subject: macOS configure example for novacoin-qt X-Git-Tag: nvc-v0.5.9~64 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a2449eb2988711c5d3c5ab697269592169df54da macOS configure example for novacoin-qt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d531d..e0f5327 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.4.1) ## ## mkdir build && cd build ## -## cmake -DBerkeleyDB_ROOT:STRING=/opt/homebrew/Cellar/berkeley-db@4/4.8.30 .. +## cmake -DBerkeleyDB_ROOT:STRING=/opt/homebrew/Cellar/berkeley-db@4/4.8.30 -DUSE_LEVELDB=1 -DQt5_DIR:STRING=/opt/homebrew/Cellar/qt@5/5.15.2_1//lib/cmake/Qt5 .. ## cmake -DBerkeleyDB_INC:STRING=/usr/include -DBerkeleyDB_LIBS:STRING=/usr/lib/aarch64-linux-gnu -DUSE_LEVELDB=1 .. ##