ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/doc/README.DEP
Revision: 1.1
Committed: Mon Oct 31 22:10:35 2005 UTC (19 years, 6 months ago) by afaq
Branch point for: v00, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 afaq 1.1 DBS Server depends on following Packages
2    
3     1. Logging Service
4    
5     Could be downlaoded from,
6    
7     http://logging.apache.org/log4cxx
8    
9     The recommended version is 0.9.7
10    
11     This library is licensed under the Apache Public License. Please read the
12     included license.apl for details.
13    
14     2. unixODBC
15    
16     unixODBC is an Open Source ODBC sub-system and an ODBC SDK
17     for Linux, Mac OSX, and UNIX.
18    
19     Could be downlaoded from,
20    
21     http://sourceforge.net/projects/unixodbc/
22    
23     All libraries are LGPL except the News Server driver which
24     is GPL. LGPL libraries can be used by commercial software.
25     All programs are GPL.
26    
27     The recommended version is 2.2.11
28    
29    
30     3. ORACLE ODBC Driver
31    
32     This driver is required by unixODBC to talk to ORACLE databases
33    
34     Obtaining the Source
35    
36     export CVSROOT=:pserver:anonymous@cdcvs.fnal.gov:/cvs/cd_read_only
37     export CVS_RSH=ssh
38     cvs -d `echo $CVSROOT | awk -F@ '{print $1":anoncvs\@"$2}'` login
39     cvs -Q co oracle_odbc_driver
40    
41    
42     4. ORACLE Client
43    
44     Client for ORACLE Applications,
45    
46     Recommended version is 10.2.0.1
47    
48    
49     5. SWIG
50    
51     SWIG is a software development tool that connects programs written
52     in C and C++ with a variety of high-level programming languages.
53     We are using it to interface C++ code with Python
54    
55     Download from http://www.swig.org
56    
57     Recommended SWIG Version 1.3.27
58    
59