mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
pkg(forth-0.7.3): added forth
This commit is contained in:
parent
81e315609d
commit
ea1a941597
6 changed files with 30 additions and 0 deletions
12
packages/forth/0.7.3/build.sh
vendored
Normal file
12
packages/forth/0.7.3/build.sh
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
curl -L https://ftp.gnu.org/gnu/gforth/gforth-0.7.3.tar.gz -o forth.tar.gz
|
||||
tar xzf forth.tar.gz
|
||||
rm forth.tar.gz
|
||||
|
||||
cd gforth-0.7.3/
|
||||
./BUILD-FROM-SCRATCH --host=x86_64 --build=x86_64
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
chmod +x ./gforth
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue