File: liborthancclient-doc.README.Debian

package info (click to toggle)
orthanc 0.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,112 kB
  • ctags: 5,342
  • sloc: cpp: 33,492; ansic: 3,770; python: 548; xml: 167; sh: 148; sql: 101; makefile: 44
file content (18 lines) | stat: -rw-r--r-- 570 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The documentation of the Orthanc Client for C++ can be opened using
the following command:

$ xdg-open file:///usr/share/doc/orthanc/OrthancClient/index.html

The basic sample can be compiled with the following command:

$ mkdir /tmp/OrthancClientSample
$ cd /tmp/OrthancClientSample
$ cmake /usr/share/doc/orthanc/OrthancClientSamples/Basic
$ make
$ ./Test

Before running this basic sample, make sure that Orthanc is up and
running on the default HTTP port. This can be checked by opening the
Orthanc Web interface:

$ xdg-open http://localhost:8042/app/explorer.html