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