diff options
Diffstat (limited to 'unfinished/tcc/setup.sh')
| -rwxr-xr-x | unfinished/tcc/setup.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unfinished/tcc/setup.sh b/unfinished/tcc/setup.sh new file mode 100755 index 0000000..ed6c6d6 --- /dev/null +++ b/unfinished/tcc/setup.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e + +cd tcc + +./configure --prefix=${HOME}/.local +make +make test +make install +ln -sf ${HOME}/.local/bin/tcc ${HOME}/.local/bin/cc |
