Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rest_cpp_example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bartosz Ziemba
rest_cpp_example
Commits
196f9128
Commit
196f9128
authored
Mar 11, 2021
by
Bartosz Ziemba
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
65cf4d13
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+24
-0
24 additions, 0 deletions
README.md
with
24 additions
and
0 deletions
README.md
0 → 100644
+
24
−
0
View file @
196f9128
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment