comparison 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
comparison
equal deleted inserted replaced
327:4564e908bba9 328:25514c48e30e
1 This folder shows how it is possible to link against the "Core" and 1 This folder shows how it is possible to link against the "Core" and
2 "OrthancCppClient" libraries from the Orthanc distribution. It is 2 "OrthancCppClient" libraries from the Orthanc distribution. It is
3 shown how a sample REST API can be created. 3 shown how a sample REST API can be created.
4 4
5 This is the same sample than in folder "../RestApi", but with a 5 This is the same sample than in folder "../RestApi", but with a
6 different build script. 6 different build script and the use of C++ lambda functions.
7 7
8 The build script of this folder does not rely on the default CMake 8 The build script of this folder does not rely on the default CMake
9 script from Orthanc. It dynamically links against the standard system 9 script from Orthanc. It dynamically links against the standard system
10 libraries. This results in a simpler, standalone build 10 Linux libraries. This results in a simpler, standalone build
11 script. However, it will only work on Linux-based systems. 11 script. However, it will only work on Linux-based systems.