Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. The simplest way to compile this package is:
  2.  
  3. 1. `cd' to the directory containing the package's source code and type
  4. `./configure' to configure the package for your system. If you're
  5. using `csh' on an old version of System V, you might need to type
  6. `sh ./configure' instead to prevent `csh' from trying to execute
  7. `configure' itself.
  8.  
  9. Running `configure' takes awhile. While running, it prints some
  10. messages telling which features it is checking for.
  11.  
  12. 2. Type `make' to compile the package.
  13.  
  14. 3. Optionally, type `make check' to run any self-tests that come with
  15. the package.
  16.  
  17. 4. Type `make install' to install the programs and any data files and
  18. documentation.
  19.  
  20. 5. You can remove the program binaries and object files from the
  21. source code directory by typing `make clean'. To also remove the
  22. files that `configure' created (so you can compile the package for
  23. a different kind of computer), type `make distclean'. There is
  24. also a `make maintainer-clean' target, but that is intended mainly
  25. for the package's developers. If you use it, you may have to get
  26. all sorts of other programs in order to regenerate files that came
  27. with the distribution.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement