aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/README.md b/README.md
index d637bb4..1f7d1f6 100644
--- a/README.md
+++ b/README.md
@@ -98,13 +98,6 @@ file in the tools/results folder.
98 98
99To build and run a tool in debug mode, use `make debugtool`. 99To build and run a tool in debug mode, use `make debugtool`.
100 100
101## User interfaces
102
103User interfaces for this software are in an experimental stage. Some
104examples are included in this repository, but they are not polished.
105If you are a developer and you are interested in contributing, have a
106look at the examples and let me know!
107
108## Command-line interface 101## Command-line interface
109 102
110The `shell` folder contains the code for a rudimentary shell that can 103The `shell` folder contains the code for a rudimentary shell that can
@@ -158,23 +151,6 @@ F' U' R
158 151
159For a full list of available command, use `./run help`. 152For a full list of available command, use `./run help`.
160 153
161### QT
162
163A draft for a QT-based GUI is contained in the `qt` folder. In order
164to build it you need QT libraries and headers (for QML / QT Quick
165development) and CMake. If your environment is set up, you can
166build the QT GUI with
167
168```
169$ make qt
170```
171
172And then run it with
173
174```
175$ ./nissyqt
176```
177
178## Using this software as a library 154## Using this software as a library
179 155
180This tool has been developed as a library, so it can be easily included 156This tool has been developed as a library, so it can be easily included

Generated with cgit - Back to sebastiano.tronto.net