Commit af9a45ff authored by HFJ's avatar HFJ

Update README.md

parent 13b237a0
# OpenXG-AUSF # OpenXG-AUSF
## Files organization ## Files organization
```
- `src/`: Source code and related external libs. - `src/`: Source code and related external libs.
- `etc/`: Config file. - `etc/`: Config file.
- `scripts/`: Build script. - `scripts/`: Build script.
- `README.md`: Installation guide. - `README.md`: Installation guide.
```
## Installation ## Installation
### Install Libraries ### Install Libraries
...@@ -41,12 +40,6 @@ cd build ...@@ -41,12 +40,6 @@ cd build
./ausf -c ../etc/ausf.conf -o -r ./ausf -c ../etc/ausf.conf -o -r
``` ```
## Libraries required
- [pistache](http://pistache.io/quickstart)
- [JSON for Modern C++](https://github.com/nlohmann/json/#integration): Please download the `json.hpp` file and
put it under the model/nlohmann folder
- [spdlog] Copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler.
## Namespaces ## Namespaces
org.openapitools.server.api org.openapitools.server.api
org.openapitools.server.model org.openapitools.server.model
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment