diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:32:30 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:32:30 -0800 |
| commit | b378cb8f0e774b3e21671fca22de20b71cbac214 (patch) | |
| tree | 929adf347d3adf99cdd2b28c85ee153cc88b2147 /tree/src/tcc/setup.sh | |
| parent | 63a059ed3aeae1a5aa4856c8968c29d900e139d4 (diff) | |
modules
Diffstat (limited to 'tree/src/tcc/setup.sh')
| -rwxr-xr-x | tree/src/tcc/setup.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tree/src/tcc/setup.sh b/tree/src/tcc/setup.sh new file mode 100755 index 0000000..6660298 --- /dev/null +++ b/tree/src/tcc/setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e + +cd tcc + +./configure --prefix=${HOME}/.local +make +make test +make install |
