annotate Resources/Samples/RestApiStandalone/README.txt @ 328:25514c48e30e

demonstration of C++11 lambda functions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2013 14:55:55 +0100
parents 7233461e2f61
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
322
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 This folder shows how it is possible to link against the "Core" and
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 "OrthancCppClient" libraries from the Orthanc distribution. It is
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 shown how a sample REST API can be created.
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
5 This is the same sample than in folder "../RestApi", but with a
328
25514c48e30e demonstration of C++11 lambda functions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 322
diff changeset
6 different build script and the use of C++ lambda functions.
322
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
7
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
8 The build script of this folder does not rely on the default CMake
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
9 script from Orthanc. It dynamically links against the standard system
328
25514c48e30e demonstration of C++11 lambda functions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 322
diff changeset
10 Linux libraries. This results in a simpler, standalone build
322
7233461e2f61 new sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
11 script. However, it will only work on Linux-based systems.