gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz INSTALL README


From: Tuukka Hastrup
Subject: [Gzz-commits] gzz INSTALL README
Date: Thu, 29 Aug 2002 05:16:49 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuukka Hastrup <address@hidden> 02/08/29 05:16:49

Modified files:
        .              : INSTALL README 

Log message:
        not "normal client" but "AWT client"

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

Patches:
Index: gzz/INSTALL
diff -c gzz/INSTALL:1.4 gzz/INSTALL:1.5
*** gzz/INSTALL:1.4     Wed Aug 28 13:52:28 2002
--- gzz/INSTALL Thu Aug 29 05:16:49 2002
***************
*** 3,8 ****
  
  See README for compiling instructions. We don't provide any install facility
  yet, but you can use Makefile target 'jar' to create an archive containing 
the 
! normal client code. This archive can be installed system-wide and accompanied
! with a script that runs 'java -jar gzz-snapshot.jar "$@"'
! 
--- 3,7 ----
  
  See README for compiling instructions. We don't provide any install facility
  yet, but you can use Makefile target 'jar' to create an archive containing 
the 
! client code with Java AWT graphics. This archive can be installed system-wide 
! and accompanied with a script that runs 'java -jar gzz-snapshot.jar "$@"'
Index: gzz/README
diff -c gzz/README:1.27 gzz/README:1.28
*** gzz/README:1.27     Wed Aug 28 11:25:02 2002
--- gzz/README  Thu Aug 29 05:16:49 2002
***************
*** 97,103 ****
  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
--- 97,103 ----
  all of the above and additionally
  Software name                                Corresponding Debian package
  -------------------------------------------------------------------------
! GNU C++ compiler version 3                   g++-3.0
  GNU stdc++ library                           libstdc++3-dev
  Boost.org C++ library                        libboost-dev
  FreeType 2 font engine                       libfreetype6-dev
***************
*** 147,154 ****
  preprocessed versions of Java source files that need preprocessing. The 
  idea is that all you need for compiling is a suitable Java Development 
  Kit. If you don't have GNU Make available, you can still generate the 
! Java class files with a standard java compiler (javac) and run the normal
! gzz client with "java gzz.control.Main -t".
  
  The native code used for the OpenGL client can be built and works only
  on Linux at the moment. 
--- 147,154 ----
  preprocessed versions of Java source files that need preprocessing. The 
  idea is that all you need for compiling is a suitable Java Development 
  Kit. If you don't have GNU Make available, you can still generate the 
! Java class files with a standard java compiler (javac) and run the gzz
! client with "java gzz.control.Main -t".
  
  The native code used for the OpenGL client can be built and works only
  on Linux at the moment. 
***************
*** 168,177 ****
      $ cd gzz
  
  The following targets are included in the Makefile:
! all (default): build normal client and run tests
! compile:       build normal client
  test:          run tests
! run:           run normal client (you can't save data at the moment)
  glgzz:         build OpenGL client
  rungl:         run OpenGL client
  doc:           build documentation in doc/
--- 168,177 ----
      $ cd gzz
  
  The following targets are included in the Makefile:
! all (default): build client with Java AWT graphics and run tests
! compile:       build AWT client
  test:          run tests
! run:           run AWT client (you can't save data at the moment)
  glgzz:         build OpenGL client
  rungl:         run OpenGL client
  doc:           build documentation in doc/




reply via email to

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