I've been able to install the library, but when I try to declare a new document I get this error.
undefined reference to 'duckx::Document::Document(std::string)''
I used the example given on their GitHub.
I am using the following command line to compile
g++ -o main.exe main.cpp -L "DuckX\build\Debug" -lduckx -I "DuckX/include" -I "DuckX/thirdparty/pugixml" -I "DuckX/thirdparty/zip" -D_SSIZE_T -D_GLIBCXX_USE_CXX11_ABI=0