Compare commits
No commits in common. "e4b77a34ea934fd0ef8cb0a4b2ec8da2fa69cabd" and "4614c4357364d82c09543a5f63644ea870cd7b3c" have entirely different histories.
e4b77a34ea
...
4614c43573
|
@ -1,12 +0,0 @@
|
||||||
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 ..
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Put 'export' statements here for environment variables
|
|
||||||
export PATH=$PWD/bin:$PATH
|
|
||||||
export FORTH_PATH=$PWD/gforth-0.7.3
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"language": "forth",
|
|
||||||
"version": "0.7.3",
|
|
||||||
"aliases": [
|
|
||||||
"gforth"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
$FORTH_PATH/gforth "$@"
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
.( OK) bye
|
|
Loading…
Reference in New Issue