SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

make uninstall

Open d47081 opened this issue 1 year ago • 1 comments

can't find an instruction in Makefile

sudo make install
[ 20%] Built target sqlite3
[100%] Built target SQLiteCpp
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/lib/libSQLiteCpp.a
-- Up-to-date: /usr/local/include
-- Up-to-date: /usr/local/include/SQLiteCpp
-- Installing: /usr/local/include/SQLiteCpp/Transaction.h
-- Installing: /usr/local/include/SQLiteCpp/Exception.h
-- Installing: /usr/local/include/SQLiteCpp/Assertion.h
-- Installing: /usr/local/include/SQLiteCpp/VariadicBind.h
-- Installing: /usr/local/include/SQLiteCpp/Column.h
-- Installing: /usr/local/include/SQLiteCpp/SQLiteCpp.h
-- Installing: /usr/local/include/SQLiteCpp/Statement.h
-- Installing: /usr/local/include/SQLiteCpp/Backup.h
-- Installing: /usr/local/include/SQLiteCpp/Utils.h
-- Installing: /usr/local/include/SQLiteCpp/Database.h
-- Installing: /usr/local/include/SQLiteCpp/ExecuteMany.h
-- Installing: /usr/local/include/SQLiteCpp/Savepoint.h
-- Installing: /usr/local/include/SQLiteCpp/SQLiteCppExport.h
-- Installing: /usr/local/lib/cmake/SQLiteCpp/SQLiteCppTargets.cmake
-- Installing: /usr/local/lib/cmake/SQLiteCpp/SQLiteCppTargets-noconfig.cmake
-- Installing: /usr/local/share/SQLiteCpp/package.xml
-- Installing: /usr/local/lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake
-- Installing: /usr/local/lib/cmake/SQLiteCpp/SQLiteCppConfigVersion.cmake
-- Installing: /usr/local/lib/libsqlite3.a
-- Installing: /usr/local/include/sqlite3.h

d47081 avatar Sep 08 '24 22:09 d47081

please see #490, same steps should apply to check if it is an error here or in Debian

UnixY2K avatar Sep 15 '24 15:09 UnixY2K