Skip to content
Snippets Groups Projects
Commit d44f7159 authored by David Emschermann's avatar David Emschermann
Browse files

reduce sqlite3 requirements for Debian

git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@15610 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent a7feb440
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ if [ $SETUP_FAIRSOFT -ge 1 ]; then
echo "Sqlite3 is not available"
echo
echo "On Debian, please install as follows:"
echo "sudo apt install sqlite3 libsqlite3-dev"
echo "sudo apt install libsqlite3-dev"
echo
echo "On OpenSuSE, please install as follows:"
echo "zypper install libsqlite3-0 sqlite3-devel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment