Remove old install script

parent ec93328a
#!/bin/bash -ex
cd /root/
wget https://github.com/halide/Halide/releases/download/release_2014_10_09/halide_Linux_64_trunk_c62501f68ab9033d99ae0cc6d0d415646840f303_2014_10_09.tgz
tar xvf halide_Linux_64_trunk_c62501f68ab9033d99ae0cc6d0d415646840f303_2014_10_09.tgz
rm /root/halide_Linux_64_trunk_c62501f68ab9033d99ae0cc6d0d415646840f303_2014_10_09.tgz
mkdir -p /usr/local/include /usr/local/lib
cp halide/bin/* /usr/local/lib/
cp halide/include/* /usr/local/include/
rm -rf halide
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment