comparison Resources/Samples/RestApiStandalone/README.txt @ 322:7233461e2f61

new sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Jan 2013 15:33:53 +0100
parents
children 25514c48e30e
comparison
equal deleted inserted replaced
321:47a709e22d1f 322:7233461e2f61
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.
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 libraries. This results in a simpler, standalone build
11 script. However, it will only work on Linux-based systems.