diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-07-26 17:49:03 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-07-26 17:49:03 +0000 |
commit | 983b2c58f9a0611ad1d16085b6b549e7d5704609 (patch) | |
tree | 7f3eb57e2306ef181c36c720a7cf09eaf12c3a34 /README | |
parent | 49c11f49544fd4ee9b0f88f4bdc742a86583852e (diff) | |
download | mpfr-983b2c58f9a0611ad1d16085b6b549e7d5704609.tar.gz |
Update (mainly concerning CVS use).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2003 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -18,6 +18,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA The MPFR distribution contains the following files: +(This does not apply to code retrieved by CVS.) AUTHORS - the authors of the library BUGS - bugs in MPFR - please read this file! @@ -46,3 +47,10 @@ mpfr.info - info file for MPFR mpfr.texi - texinfo documentation for MPFR tests/ - test directory texinfo.tex - TeX macros to handle mpfr.texi + + +You can get the latest source code by CVS: + + cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces checkout mpfr + +(empty password). CVS users should read the file "README.dev". |