box86 install cmake as dependency

pull/39/head
Botspot 5 years ago committed by GitHub
parent b9f9217411
commit 3c7c17d3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,10 +8,12 @@ function error {
}
if [ -d ~/box86 ];then
echo "box86 already exists on your system. Moving the old version to Trash..."
echo -e "\e[33mbox86 already exists on your system. Moving the old version to Trash...\e[39m"
gio trash ~/box86
fi
"${DIRECTORY}/pkg-install" "cmake" "$(dirname "$0")" || exit 1
git clone https://github.com/ptitSeb/box86 || error "failed to download repo!"
cd box86 || error "failed to enter directory!"
mkdir build; cd build

Loading…
Cancel
Save