Skip to content
Snippets Groups Projects
Commit 54c9489c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation on ubuntu

parent c58de3b8
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ if [ x"$platform" = x"linux" -a x"$pcman" = x"apt-get" ]; then
ret4=$?
if [ $ret1 -ne 0 -o $ret2 -ne 0 -o $ret3 -ne 0 -o $ret4 -ne 0 ]; then
echo "OpenFPM require additional packages in order to install correctly"
commands[0]="$pcman install libbz2-dev python-dev libxml2-dev libxslt-dev"
commands[0]="sudo $pcman install libbz2-dev python-dev libxml2-dev libxslt-dev"
possible_solutions "${commands[@]}"
fi
fi
......
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