Skip to content

Instantly share code, notes, and snippets.

@jgriessen
jgriessen / gist:64774b6933483f44db45a96677d9b6d5
Created September 2, 2018 15:25
compile gnucash-3.2 from tarball on debian buster
cmake -D CMAKE_INSTALL_PREFIX=/home/john/gnucash-3.2 ../gnucash-3.2
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++