We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e05917 commit 73e9b28Copy full SHA for 73e9b28
install_deb.sh
100644
100755
@@ -9,8 +9,6 @@ LLVM_VERSION=9
9
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$LLVM_VERSION 100
10
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-$LLVM_VERSION 100
11
sudo apt install libc++-dev libc++abi-dev --yes
12
-git clone https://github.com/gwsystems/silverfish.git
13
-cd silverfish
14
cargo build --release
15
mkdir -p $HOME/bin
16
cp -t $HOME/bin target/release/silverfish
0 commit comments