Skip to content
Snippets Groups Projects
Commit f3d2fa75 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Remove old install script

parent ec93328a
No related branches found
No related tags found
No related merge requests found
#!/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
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