Changeset 12464

Show
Ignore:
Timestamp:
04/27/03 13:25:07 (6 years ago)
Author:
patrickh
Message:

Updated for minimum development tool requirements changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/juggler/modules/vapor/ChangeLog

    r12449 r12464  
    11DATE       AUTHOR   CHANGE 
    22---------- -------- ----------------------------------------------------------- 
     32003-04-26 patrickh configure.in requries Autoconf 2.53 or newer. 
    342003-04-25 patrickh Fixed a problem in vpr::LibraryUNIX::load() where 
    45                    dynamically loaded code could not dynamically load other 
  • trunk/juggler/modules/vapor/INSTALL.txt

    r5141 r12464  
    2222    A. Supported platforms 
    2323 
    24         VR Juggler is officially supported on the following platforms: 
     24        VPR is officially supported on the following platforms: 
    2525 
    2626            IRIX 6.5 
    27             RedHat Linux 6.1 and newer 
    28             Windows NT 4.0 and 2000 
     27            Red Hat Linux 6.1 and newer 
     28            Windows NT 4.0, 2000, and XP 
    2929            Windows 98/Me 
    3030 
    31         VR Juggler is known to work on the following platforms (but is 
    32         not officially supported): 
     31        VPR is known to work on the following platforms (but is not 
     32        officially supported): 
    3333 
    3434            HP-UX 10.20 and 11.00 
    35             FreeBSD 4.2 and 5.0-CURRENT (x86) 
     35            FreeBSD 4.x through 5.0-CURRENT (x86) 
    3636            Sun Solaris 7 (x86) 
     37            Sun Solaris 8 (x86 and SPARC) with patches up through June 25, 2001 
    3738            Mac OS X 
    3839 
     
    4041 
    4142        * All 
    42             GNU make 3.78 or newer 
    43             GNU Autoconf 2.1
     43            GNU make 3.78 
     44            GNU Autoconf 2.5
    4445            GNU Automake 1.4 
    4546 
    46         * IRIX 6.5.3 or newer 
    47             MIPSpro Compilers 7.3.1.1m or newer 
     47        * IRIX 6.5.3 
     48            MIPSpro Compilers 7.3.1.1m 
    4849 
    49         * RedHat Linux 6.
    50             GCC 2.91 
     50        * Red Hat Linu
     51            GCC 3.0 
    5152 
    52         * RedHat Linux 7.0 
    53             GCC 2.96.69 
    54  
    55         * Windows NT 4.0 or newer 
     53        * Windows NT 4.0 
    5654            Microsoft Visual Studio 6.0 (SP4 or SP5) 
    5755            Juggler Tools (http://www.vrjuggler.org/pub/juggler-tools.zip) 
    58             Cygwin 1.1.x including the latest Cygwin build of Perl 
     56            Cygwin 1.3.x including the Cygwin build of Perl 
    5957 
    6058        * HP-UX 
    6159            aCC A.03.30 
    6260 
    63         * Solaris 7 
    64             GCC 2.95.2 or newer 
    65             GNU binutils 2.9 or newer 
    66             Mesa3D 3.2 or newer 
     61        * Solaris 
     62            GCC 3.0 and GNU binutils 2.12 
     63              or 
     64            Sun WorkShop 6 update 2 C++ 5.3 
     65            Mesa3D 3.2 
    6766 
    68         * FreeBSD 4.3 or newer 
    69             GCC 2.95.3 or newer 
     67        * FreeBSD 
     68            GCC 3.0 
    7069 
    7170        * Mac OS 10.0.3 
  • trunk/juggler/modules/vapor/README.txt

    r9163 r12464  
    3636 
    3737            HP-UX 10.20 and 11.00 
    38             FreeBSD 4.x and 5.0-CURRENT (x86) 
     38            FreeBSD 4.x through 5.0-CURRENT (x86) 
    3939            Sun Solaris 7 (x86) 
    4040            Sun Solaris 8 (x86 and SPARC) with patches up through June 25, 2001 
     
    4444 
    4545        * All 
    46             GNU make 3.78 or newer 
    47             GNU Autoconf 2.1
     46            GNU make 3.78 
     47            GNU Autoconf 2.5
    4848            GNU Automake 1.4 
    4949 
    50         * IRIX 
    51             MIPSpro Compilers 7.3.1.1m or newer 
     50        * IRIX 6.5.3 
     51            MIPSpro Compilers 7.3.1.1m 
    5252 
    53         * RedHat Linux 6.
    54             GCC 2.95.3 
     53        * Red Hat Linu
     54            GCC 3.0 
    5555 
    56         * RedHat Linux 7.0 
    57             GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-81) 
     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 
    5860 
    5961        * HP-UX 
    6062            aCC A.03.30 
    6163 
    62         * Win32 
    63             Microsoft Visual Studio 6.0 (SP4 or SP5) 
    64             Juggler Tools (http://www.vrjuggler.org/pub/juggler-tools.zip) 
     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 
    6575 
    6676==============================================================================