box64: additional dependencies: gcc-multilib libc6-dev g++ build-essential

pull/909/head
Botspot 4 years ago
parent f3dd93695f
commit 6106d216a9

@ -7,7 +7,7 @@ function error {
exit 1
}
"${DIRECTORY}/pkg-install" "cmake make python3 gcc" "$(dirname "$0")" || exit 1
"${DIRECTORY}/pkg-install" "cmake make python3 gcc gcc-multilib libc6-dev g++ build-essential" "$(dirname "$0")" || exit 1
rm -rf ~/box64
git clone https://github.com/ptitSeb/box64 || error 'Failed to clone box64 repository!'

Loading…
Cancel
Save