adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell NEWBIE,1.14,1.15 config.status,1.13,1


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell NEWBIE,1.14,1.15 config.status,1.13,1.14
Date: Tue, 20 Aug 2002 05:25:22 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv27293

Modified Files:
        NEWBIE config.status 
Log Message:
UPDATED event system documentation


Index: NEWBIE
===================================================================
RCS file: /cvsroot/adonthell/adonthell/NEWBIE,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** NEWBIE      8 Feb 2002 11:16:17 -0000       1.14
--- NEWBIE      20 Aug 2002 09:25:20 -0000      1.15
***************
*** 118,122 ****
  
  As of the writing of this guide, you can get the current
! version of SDL (1.2.3) at:
  
      http://www.libsdl.org/download-1.2/
--- 118,122 ----
  
  As of the writing of this guide, you can get the current
! version of SDL (1.2.4) at:
  
      http://www.libsdl.org/download-1.2/
***************
*** 126,130 ****
      http://www.python.org/
  
! ... and the current version of OggVorbis (1.0rc2) at:
  
      http://www.xiph.org/ogg/vorbis/download/
--- 126,130 ----
      http://www.python.org/
  
! ... and the current version of OggVorbis (1.0) at:
  
      http://www.xiph.org/ogg/vorbis/download/
***************
*** 138,145 ****
  The following steps show how to install the Python, SDL, SDL_mixer,
  and OggVorbis libraries. You must install Python and the SDL library 
! FIRST and OggVorbis last.
  
! OggVorbis itself consists of three libraries: libao, libogg and 
! libvorbis that have to be installed in this order.
  
  
--- 138,145 ----
  The following steps show how to install the Python, SDL, SDL_mixer,
  and OggVorbis libraries. You must install Python and the SDL library 
! FIRST and Ogg Vorbis last.
  
! Ogg Vorbis itself consists of two libraries: libogg and libvorbis
! that have to be installed in this order.
  
  
***************
*** 155,159 ****
        tar -xzf Python-x.x.tar.gz          (for Python)
                    or
!       tar -xzf libao-x.x.x.tar.gz         (for libao)
                      
          etc. 
--- 155,159 ----
        tar -xzf Python-x.x.tar.gz          (for Python)
                    or
!       tar -xzf libogg-x.x.x.tar.gz        (for libogg)
                      
          etc. 
***************
*** 179,183 ****
  
  Repeat these 4 steps for each library you want to install. If all
! went well, you now at least have Python, SDL, and OggVorbis 
  installed and configured in your system.
  
--- 179,183 ----
  
  Repeat these 4 steps for each library you want to install. If all
! went well, you now at least have Python, SDL, and Ogg Vorbis 
  installed and configured in your system.
  

Index: config.status
===================================================================
RCS file: /cvsroot/adonthell/adonthell/Attic/config.status,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** config.status       26 May 2002 09:27:27 -0000      1.13
--- config.status       20 Aug 2002 09:25:20 -0000      1.14
***************
*** 282,286 ****
  adonthell config.status 0.3.3pre1
  configured by ./configure, generated by GNU Autoconf 2.53,
!   with options \"\"
  
  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
--- 282,286 ----
  adonthell config.status 0.3.3pre1
  configured by ./configure, generated by GNU Autoconf 2.53,
!   with options \"'--enable-tools' '--enable-py-debug' '--enable-doc'\"
  
  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
***************
*** 312,317 ****
    # Handling of the options.
    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
!     echo "running /bin/sh ./configure "  " --no-create --no-recursion"
!     exec /bin/sh ./configure  --no-create --no-recursion ;;
    --version | --vers* | -V )
      echo "$ac_cs_version"; exit 0 ;;
--- 312,317 ----
    # Handling of the options.
    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
!     echo "running /bin/sh ./configure " '--enable-tools' '--enable-py-debug' 
'--enable-doc' " --no-create --no-recursion"
!     exec /bin/sh ./configure '--enable-tools' '--enable-py-debug' 
'--enable-doc' --no-create --no-recursion ;;
    --version | --vers* | -V )
      echo "$ac_cs_version"; exit 0 ;;
***************
*** 543,557 ****
  s,@haveldd@,/usr/bin/ldd,;t t
  s,@P_SWIG@,/usr/local/bin/swig,;t t
! s,@BUILD_TOOLS_TRUE@,#,;t t
! s,@BUILD_TOOLS_FALSE@,,;t t
! s,@GTK_CONFIG@,,;t t
! s,@GTK_CFLAGS@,,;t t
! s,@GTK_LIBS@,,;t t
  s,@HAVE_GTK_TRUE@,,;t t
! s,@HAVE_GTK_FALSE@,,;t t
! s,@BUILD_DOC_TRUE@,#,;t t
! s,@BUILD_DOC_FALSE@,,;t t
! s,@P_DOXYGEN@,,;t t
! s,@P_DOT@,,;t t
  s,@HAVE_OGG_VORBIS_TRUE@,,;t t
  s,@HAVE_OGG_VORBIS_FALSE@,#,;t t
--- 543,557 ----
  s,@haveldd@,/usr/bin/ldd,;t t
  s,@P_SWIG@,/usr/local/bin/swig,;t t
! s,@BUILD_TOOLS_TRUE@,,;t t
! s,@BUILD_TOOLS_FALSE@,#,;t t
! s,@GTK_CONFIG@,/usr/bin/gtk-config,;t t
! s,@GTK_CFLAGS@,-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/X11R6/include,;t t
! s,@GTK_LIBS@,-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule 
-lglib -ldl -lXi -lXext -lX11 -lm,;t t
  s,@HAVE_GTK_TRUE@,,;t t
! s,@HAVE_GTK_FALSE@,#,;t t
! s,@BUILD_DOC_TRUE@,,;t t
! s,@BUILD_DOC_FALSE@,#,;t t
! s,@P_DOXYGEN@,/usr/local/bin/doxygen,;t t
! s,@P_DOT@,/usr/bin/dot,;t t
  s,@HAVE_OGG_VORBIS_TRUE@,,;t t
  s,@HAVE_OGG_VORBIS_FALSE@,#,;t t
***************
*** 560,564 ****
  s,@OGG_LIBS@, -lvorbis -lm -lvorbisfile,;t t
  s,@OGG_DEFS@,-DOGG_MUSIC,;t t
! s,@PY_CFLAGS@,-I/usr/local/include/python2.1,;t t
  s,@PY_LIBS@,-Wl,-E -L/usr/local/lib/python2.1/config -lpython2.1   -lpthread 
-ldl -lutil,;t t
  s,@gamedatadir@,${prefix}/share/adonthell,;t t
--- 560,564 ----
  s,@OGG_LIBS@, -lvorbis -lm -lvorbisfile,;t t
  s,@OGG_DEFS@,-DOGG_MUSIC,;t t
! s,@PY_CFLAGS@,-I/usr/local/include/python2.1 -DPY_DEBUG,;t t
  s,@PY_LIBS@,-Wl,-E -L/usr/local/lib/python2.1/config -lpython2.1   -lpthread 
-ldl -lutil,;t t
  s,@gamedatadir@,${prefix}/share/adonthell,;t t





reply via email to

[Prev in Thread] Current Thread [Next in Thread]