Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12861
Modified Files:
README
Log Message:
Documentation updated.
Index: README
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** README 28 Dec 2006 13:32:16 -0000 1.11
--- README 23 Sep 2007 21:25:27 -0000 1.12
***************
*** 9,15 ****
Requierements :
! * A C++ Compiler or/and a C compiler (like g++ and gcc from GCC), make
* Perl 5 or above, with Digest::MD5 module installed.
! * wget, dialog, and few UNIX commands (tar, gzip, unzip, zcat, grep,
head, mkdir, patch, rm, tail and cat)
* Internet connection (needed only to download packages)
--- 9,16 ----
Requierements :
! * A supported operating system (Linux, Cygwin or FreeBSD),
* Perl 5 or above, with Digest::MD5 module installed.
! * A C++ compiler (like g++, from GCC) and GNU Make
! * wget, and few UNIX commands (tar, gzip, unzip, zcat, grep,
head, mkdir, patch, rm, tail and cat)
* Internet connection (needed only to download packages)
***************
*** 17,27 ****
* For Cygwin, WMI is needed (embedded since W2K).
! For now, CompilerBenchmarks' suite just supports tcc and gcc compilers on
Linux, FreeBSD & Cygwin. Any help improving that is welcome. It has only been
! tested on i686 and compatible systems.
Installation :
! compbenchmarks is providen as a GNU gzipped-tarball package. Traditionnal installation process is used :
* tar xzvf compbenchmarks-x.y.z.tar.gz
--- 18,29 ----
* For Cygwin, WMI is needed (embedded since W2K).
! For now, CompilerBenchmarks' suite just supports tcc and GCC compilers on
Linux, FreeBSD & Cygwin. Any help improving that is welcome. It has only been
! tested on i386/x86_64 and compatible systems.
Installation :
! compbenchmarks is providen as a GNU gzipped-tarball package. Traditionnal installation
! process is used :
* tar xzvf compbenchmarks-x.y.z.tar.gz
***************
*** 42,70 ****
Quick start :
! * ./compbenchmarks-ui-perl , it'll detect your C compilers and create
! basic configurations files
! * Quit the application
Usage :
! * In ~/.compbenchmarks/$HOST/Configuration, edit default-C-compilers and
! default-C-compilers-options (for C, language. If you are interessted in
! C++ benchmarks, replace C by C++ in those filenames).
!
! * Run ./compbenchmarks-ui-perl
!
! * Insure that the system is idle (e.g. X server stopped) before starting
! benchmarks.
!
! * If you don't have an internet connection, look at the --fetch of
! compbenchmarks. It'll import a local archive as a known benchmark package.
! * Contact informations and ways to submit results described at
! Interrested people are invited to visit
! http://compbench.sourceforge.net/cgi-bin/index.cgi to get more informations
about how to publish results, and see up-to-date list supported benchmarks
! and programs (./compbenchmarks-ui-perl gives this information for running
! version).
Frederic Trouche
--- 44,61 ----
Quick start :
! Beta-testers documentation give a straight-forward approach. See :
! http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=244860
Usage :
! * See ./compbenchmark-core/compbenchmarks-core -h
! * See ./compbenchmark-plan/compbenchmarks-plan -h
! Web-site also summarizes and makes a digest of that.
! Interrested people are invited to visit home page at
! http://compbench.sourceforge.net/cgi-bin/index.cgi to get more information
about how to publish results, and see up-to-date list supported benchmarks
! and programs.
Frederic Trouche
|