root/juggler/branches/2.2/modules/vapor/README.txt

Revision 12464, 2.5 kB (checked in by patrickh, 5 years ago)

Updated for minimum development tool requirements changes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 What is this: VR Juggler Portable Runtime (VPR)
2
3 Organization Credits: Iowa State University
4                       Virtual Reality Applications Center (VRAC)
5
6 Contributors (Alphabetically):
7    Allen Bierbaum, Aron Bierbaum, Josh Brown, Carolina Cruz-Neira,
8    Patrick Hartling, Kevin Meinert, Zheng Min
9
10 ------------------
11 Table of contents:
12 ------------------
13
14     1. Getting started
15         A. Supported platforms
16         B. Minimum requirements (compiler, libraries, etc.)
17     2. Questions about VR Juggler Portable Runtime
18         !!! INCOMPLETE !!!
19     3. Compiling VPR from source
20
21 ==============================================================================
22 1. Getting started
23 ==============================================================================
24
25     A. Supported platforms
26
27         VPR is officially supported on the following platforms:
28
29             IRIX 6.5
30             RedHat Linux 6.1 and newer
31             Windows NT 4.0, 2000, and XP
32             Windows 98/Me
33
34         VPR is known to work on the following platforms (but is not
35         officially supported):
36
37             HP-UX 10.20 and 11.00
38             FreeBSD 4.x through 5.0-CURRENT (x86)
39             Sun Solaris 7 (x86)
40             Sun Solaris 8 (x86 and SPARC) with patches up through June 25, 2001
41             Mac OS X
42
43     B. Minimum requirements (by operating system)
44
45         * All
46             GNU make 3.78
47             GNU Autoconf 2.53
48             GNU Automake 1.4
49
50         * IRIX 6.5.3
51             MIPSpro Compilers 7.3.1.1m
52
53         * Red Hat Linux
54             GCC 3.0
55
56         * Windows NT 4.0
57             Microsoft Visual Studio 6.0 (SP4 or SP5)
58             Juggler Tools (http://www.vrjuggler.org/pub/juggler-tools.zip)
59             Cygwin 1.3.x including the Cygwin build of Perl
60
61         * HP-UX
62             aCC A.03.30
63
64         * Solaris
65             GCC 3.0 and GNU binutils 2.12
66               or
67             Sun WorkShop 6 update 2 C++ 5.3
68             Mesa3D 3.2
69
70         * FreeBSD
71             GCC 3.0
72
73         * Mac OS 10.0.3
74             Developer package
75
76 ==============================================================================
77 2. Questions about VR Juggler Portable Runtime
78 ==============================================================================
79
80 ==============================================================================
81 3. Compiling VR Juggler Portable Runtime from source
82 ==============================================================================
83
84     Refer to the INSTALL file for instructions on compiling and installing
85     the VR Juggler Portable Runtime from source.
86
87 $Id$
Note: See TracBrowser for help on using the browser.