gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz README


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz README
Date: Wed, 28 Aug 2002 11:25:02 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/28 11:25:02

Modified files:
        .              : README 

Log message:
        Readme as I like it

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/README.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: gzz/README
diff -c gzz/README:1.26 gzz/README:1.27
*** gzz/README:1.26     Wed Aug 28 11:14:05 2002
--- gzz/README  Wed Aug 28 11:25:02 2002
***************
*** 70,75 ****
--- 70,131 ----
  Runtime installed. The source code is available in tar.gz archives or
  can be checked out using CVS.
  
+ Gzz dependencies
+ ================
+ 
+ To simply run the AWT client from a JAR, you'll need
+ (Kaffe should almost work - we're ironing out the last problems
+ as we speak)
+ Software name                                Corresponding Debian package
+ -------------------------------------------------------------------------
+ Java Development Kit 1.3 or later            j2sdk1.3
+ 
+ To compile, test and run the AWT client from a released source, you'll need 
+ the above and:
+ Software name                                Corresponding Debian package
+ -------------------------------------------------------------------------
+ GNU Make                                     make
+ 
+ To compile, test and run the AWT client from CVS, you'll need the above
+ and:
+ Software name                                Corresponding Debian package
+ -------------------------------------------------------------------------
+ Perl                                         perl
+ Python 2.2                                   python2.2
+ 
+ To compile, test and run the OpenGL client and other demos, you'll need
+ all of the above and additionally
+ Software name                                Corresponding Debian package
+ -------------------------------------------------------------------------
+ GNU C++ compiler version 3.1                 g++-3.1
+ GNU stdc++ library                           libstdc++3-dev
+ Boost.org C++ library                        libboost-dev
+ FreeType 2 font engine                       libfreetype6-dev
+ GdkPixBuf library                            libgdk-pixbuf-dev
+ Glib library                                 libglib1.2-dev
+ GTK library                                  libgtk1.2-dev
+ Mesa library                                 mesag-dev
+ GLUT library                                 glutg3-dev
+ 
+ To generate documentation, you'll need:
+ Makefile target | Software name              Corresponding Debian package
+ ----------------+--------------------------------------------------------
+ javadoc         | 
+               | Java Development Kit       j2sdk1.3
+ ----------------+--------------------------------------------------------
+ documl          | 
+               | Python                     python
+                 | Netpbm                     netpbm
+                 | Metapost                   tetex-bin
+ ----------------+--------------------------------------------------------
+ docxx           | 
+               | DOC++                      doc++
+ ----------------+--------------------------------------------------------
+ doc             |
+                 | All of the above
+ -------------------------------------------------------------------------
+ 
+ 
  
  Launching gzz from JAR
  ======================
***************
*** 121,146 ****
  doc:           build documentation in doc/
  clean:         remove all generated files
  
- To compile, test and run the normal client, you'll need:
- Software name                                Corresponding Debian package
- -------------------------------------------------------------------------
- GNU Make                                     make
- Java Development Kit                         j2sdk1.3
- Perl                                         perl
- Python 2.2                                   python2.2
- 
- To generate documentation, you'll need:
- Makefile target | Software name              Corresponding Debian package
- ----------------+--------------------------------------------------------
- javadoc         | Java Development Kit       j2sdk1.3
- ----------------+--------------------------------------------------------
- documl          | Python                     python
-                 | Netpbm                     netpbm
-                 | Metapost                   tetex-bin
- ----------------+--------------------------------------------------------
- docxx           | DOC++                      doc++
- ----------------+--------------------------------------------------------
- 
  Compile:
      $ make compile
      $ make test
--- 177,182 ----
***************
*** 154,174 ****
  Run the client:
      $ make run
  
! For OpenGL accelerated applications, you'll need the support for your 3D 
card, 
! and the card better be a good one too. You'll need following:
! Software name                                Corresponding Debian package
! -------------------------------------------------------------------------
! GNU C++ compiler version 3.1                 g++-3.1
! GNU stdc++ library                           libstdc++3-dev
! Boost.org C++ library                        libboost-dev
! FreeType 2 font engine                       libfreetype6-dev
! GdkPixBuf library                            libgdk-pixbuf-dev
! Glib library                                 libglib1.2-dev
! GTK library                                  libgtk1.2-dev
! Mesa library                                 mesag-dev
! GLUT library                                 glutg3-dev
  
! Compile the OpenGL client (deploys C++ code through JNI):
  
      $ JAVAHOME=/usr/lib/j2sdk1.3 make glgzz
  
--- 190,200 ----
  Run the client:
      $ make run
  
! For OpenGL client and demos, you first need to configure OpenGL
! on your machine. Hardware acceleration, and *good* hardware acceleration
! at that, is strongly recommended.
  
! Then, compile the OpenGL client (deploys C++ code through JNI):
  
      $ JAVAHOME=/usr/lib/j2sdk1.3 make glgzz
  
***************
*** 176,182 ****
  
      $ make rungl
  
! Run some OpenGL demos:
  
      $ make runfillets
  
--- 202,208 ----
  
      $ make rungl
  
! Run some OpenGL demos (not yet documented properly):
  
      $ make runfillets
  




reply via email to

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