File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 4
4
* .fi
5
5
* ~
6
6
\# * #
7
+ . * .swp
7
8
* -
8
9
gforth
9
10
libgforth
@@ -124,3 +125,13 @@ unix/wgl.fs
124
125
unix /wingdi.fs
125
126
unix /winuser.fs
126
127
unix /xlib.fs
128
+ debian /changelog
129
+ debian /control
130
+ engine /gforth-ll
131
+ engine /gforth-ll-reg
132
+ engine /gforth-noll
133
+ engine /gforth-noll-reg
134
+ gforth-ll-reg
135
+ libtool
136
+ libtool.dump
137
+ m4 /
Original file line number Diff line number Diff line change
1
+ # Install
2
+ ## Build from git:
3
+
4
+ sudo apt-get install gforth libffi-dev libltdl7 libsoil-dev libtool-bin yodl
5
+ ./install-swig.sh # optional for C-bindings (e.g. OpenGL, posix )
6
+ ./BUILD-FROM-SCRATCH
7
+ sudo make install
8
+
9
+ ## Alternative: Build from Tarball
10
+ If you are building from the tarball, please consult [ INSTALL] ( INSTALL ) .
11
+
12
+
13
+ Copyright (C) 2016 Free Software Foundation, Inc.
14
+ This file is free documentation; the Free Software Foundation gives
15
+ unlimited permission to copy, distribute and modify it.
You can’t perform that action at this time.
0 commit comments