Skip to content

Commit e9fa7b3

Browse files
committed
Added build instructions document for GNU/Linux systems.
1 parent a4eff92 commit e9fa7b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

GNU-Linux_build_instructions.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
You will need a relatively recent build of GNU autotools. Any recent distro
2+
should have a reasonably new version available which will fit the needs here.
3+
You will also need cairo, GTK+3, and related libraries; as long as you have
4+
autotools, if you should be able to generate a configure script and it will
5+
tell you if you are missing any other dependencies.
6+
7+
To build the project, from this directory run the command 'autoreconf -i'. It
8+
should run for a bit then complete silently. If so, you should then run the
9+
generated './configure' script. This should notify you if you are missing any
10+
pre-reqs or have an older version that wouldn't work. If configure completes
11+
successfully, you should be able to run the 'make' command and then execute
12+
the resulting executable by calling './N3888_RefImpl/src/N3888_RefImpl'.
13+
14+
The drawing portion is the same code as in the Windows version. The entry
15+
point uses GTK+3 and is quite rough currently (very C-like complete with
16+
*shudder* global variables). It is meant as a demonstration only and will
17+
improve as time allows.

0 commit comments

Comments
 (0)