File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments