File: README

package info (click to toggle)
ogdi-dfsg 3.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,672 kB
  • ctags: 7,037
  • sloc: ansic: 61,779; makefile: 418; sh: 199; perl: 162; tcl: 38
file content (99 lines) | stat: -rw-r--r-- 2,032 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
		
				OGDI README
				===========


OGDI developer and user resources can be found online at:

  http://ogdi.sourceforge.net/


Building
========

Detailed building instructions are available at:

  http://ogdi.sourceforge.net/build.html

Unix
----

1) Set TOPDIR to point to the home directory of the OGDI source tree. 

   eg. 
   TOPDIR=/usr/ogdi-3.1.3
   export TOPDIR

2) Run configure.

   eg. 
   ./configure

3) Build with make (GNUmake is required). 

   make

   NOTE: on some platforms you will need to add the shared libraries to
   your LD_LIBRARY_PATH for the link phase to complete.  
 
   eg. 

   LD_LIBRARY_PATH=$TOPDIR/bin/Linux
   export LD_LIBRARY_PATH

4) Install.

   make install

Windows
-------

Windows works similarly, but a preset configuration is used instead of
building one with configure.

Requirements:
  o Cygwin (build shell) from http://www.cygwin.com/ with the GNU Make utility
  o Microsoft Visual C++ (make sure it works at the commandline from bash,
    run VCVARS32.BAT / VCVARSALL.BAT if not). Make sure that the link.exe command
    that comes with Cygwin does not override the link.exe of Visual Studio. You
    may need to alter the PATH to make sure Visual Studio binaries come first, or
    rename the link.exe in Cygwin

1) Set TOPDIR to point to the home directory of the OGDI source tree.
   (Do not use /cygdrive/c/ syntax)

   eg. 
   TOPDIR=c:/ogdi-3.1.3
   export TOPDIR

2) Set the target build configuration

   eg.
   TARGET=win32
   export TARGET

3) Build with make.

   make


Running
=======

Briefly, ensure that $TOPDIR/bin/$TARGET is in the path.  Ensure that
$TOPDIR/bin/$TARGET is in the LD_LIBRARY_PATH on Unix. 

To use in local mode try a command like:

 ogdi_info -u gltp:/dted/d:/toronto/dted -f Matrix -l 'DTED(DISK)' -dl

To use via the server, run gltpd.exe first in the background.  On windows, run 
portmap.exe before running gltpd.exe.  Then use a command like:

 ogdi_info -u gltp://localhost/dted/d:/toronto/dted -f Matrix -l 'DTED(DISK)' -dl