Skip to content

Commit d6167a5

Browse files
author
Gerald Wodni
committed
Build instructions for git added
1 parent 08cc5b2 commit d6167a5

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.fi
55
*~
66
\#*#
7+
.*.swp
78
*-
89
gforth
910
libgforth
@@ -124,3 +125,13 @@ unix/wgl.fs
124125
unix/wingdi.fs
125126
unix/winuser.fs
126127
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/

INSTALL.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

0 commit comments

Comments
 (0)