diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Samples/RestApiStandalone/README.txt	Mon Jan 07 15:33:53 2013 +0100
@@ -0,0 +1,11 @@
+This folder shows how it is possible to link against the "Core" and
+"OrthancCppClient" libraries from the Orthanc distribution. It is
+shown how a sample REST API can be created.
+
+This is the same sample than in folder "../RestApi", but with a
+different build script.
+
+The build script of this folder does not rely on the default CMake
+script from Orthanc. It dynamically links against the standard system
+libraries. This results in a simpler, standalone build
+script. However, it will only work on Linux-based systems.