Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portaloffreedom/knowledge_engineering
project for knowledge engineering class
https://github.com/portaloffreedom/knowledge_engineering
Last synced: 1 day ago
JSON representation
project for knowledge engineering class
- Host: GitHub
- URL: https://github.com/portaloffreedom/knowledge_engineering
- Owner: portaloffreedom
- License: mit
- Created: 2016-01-08T15:36:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T15:19:24.000Z (almost 9 years ago)
- Last Synced: 2023-03-24T02:32:27.054Z (over 1 year ago)
- Language: C++
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knowledge_engineering
project for knowledge engineering class## Dependencies
### Runtime dependecies
The dependecies for this project are the Qt library >= 5.5
Previous Qt version could work but they haven't been tested.### Build dependencies
To build this project yout need also
* a c++11 compatible compiler
* cmake## Build
Rnter in the project folder. From there create a `build` folder and enter it:
```bash
$ mkdir build
$ cd build
```From there run the command cmake and then make
```bash
$ cmake ..
$ make
```### Running the project
In your build directory you will find the knowledge_engineering executable (knowledge_engineering.exe if you are on a windows environment). No other requirements than the Qt libraries are needed. Just run the program:
```bash
$ ./knowledge_engineering
```and enjoy the program