INSTALL
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:2k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. Copyright 1996, 1997, 1999, 2000, 2001, 2002, 2006 Free Software Foundation,
  2. Inc.
  3. This file is part of the GNU MP Library.
  4. The GNU MP Library is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU Lesser General Public License as published by
  6. the Free Software Foundation; either version 3 of the License, or (at your
  7. option) any later version.
  8. The GNU MP Library is distributed in the hope that it will be useful, but
  9. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  11. License for more details.
  12. You should have received a copy of the GNU Lesser General Public License
  13. along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  14.                           INSTALLING GNU MP
  15.                           =================
  16. These instructions are only for the impatient.  Others should read the install
  17. instructions in gmp.info.  Use
  18. info -f ./gmp.info
  19. or in emacs
  20. C-u C-h i gmp.info
  21. Here are some brief instructions on how to install GMP.  First you need to
  22. compile.  Since you're impatient, try this
  23. ./configure
  24. make
  25. make check <= VERY IMPORTANT!!
  26. If that fails, or you care about the performance of GMP, you need to read the
  27. full instructions in the chapter "Installing GMP" in the manual.
  28. You should not skip the "make check" part; the risk that the GMP sources are
  29. miscompiled are unfortunately quite high.  And if they indeed are, "make check"
  30. is very likely to trigger the compiler-introduced bug.
  31. Optionally, you can install the library with the following command.  This will
  32. be to /usr/local by default, and you'll probably need to be "root" to be able
  33. to write there.
  34. make install
  35. To create the printable documentation from the texinfo source, type "make
  36. gmp.dvi" or "make gmp.ps".  This requires various "tex" commands.
  37. If you are new to GMP, it is a good idea you at least read the chapter "GMP
  38. Basics" in the manual.
  39. Some known build problems are noted in the "Installing GMP" chapter of
  40. the manual.  Please report other problems to gmp-bugs@gmplib.org.
  41. The GMP web site is located here: http://gmplib.org/.
  42. ----------------
  43. Local variables:
  44. mode: text
  45. fill-column: 78
  46. End: