Skip to content
Snippets Groups Projects
Commit 196f9128 authored by Bartosz Ziemba's avatar Bartosz Ziemba
Browse files

Add new file

parent 65cf4d13
No related branches found
No related tags found
No related merge requests found
# Rest CPP example
This example shows how to upload and process local file using the [clarin API](http://nlp.pwr.wroc.pl/redmine/projects/nlprest2/wiki) with C++.
#### Dependencies
- [CPP REST SDK](https://github.com/microsoft/cpprestsdk)
#### Compilation using cmake
```
apt update && apt install libcpprest-dev
git clone https://gitlab.clarin-pl.eu/bartoszziemba/rest_cpp_example
cd rest_cpp_example
mkdir build
cd build
cmake ..
cmake --build .
```
#### Tested build configuration:
- cmake 3.16.3
- clang 10.0.0 and gcc 9.3.0
- ubuntu 20.04
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment