comparison Resources/Samples/RestApiLinuxDynamic/README.txt @ 329:f579d50fdf8f

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2013 14:56:10 +0100
parents Resources/Samples/RestApiStandalone/README.txt@25514c48e30e
children
comparison
equal deleted inserted replaced
328:25514c48e30e 329:f579d50fdf8f
1 This folder shows how it is possible to link against the "Core" and
2 "OrthancCppClient" libraries from the Orthanc distribution. It is
3 shown how a sample REST API can be created.
4
5 This is the same sample than in folder "../RestApi", but with a
6 different build script and the use of C++ lambda functions.
7
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
10 Linux libraries. This results in a simpler, standalone build
11 script. However, it will only work on Linux-based systems.