Mercurial > pidgin
comparison INSTALL @ 20731:712c4b0a4486
provide a hint about needing write access to
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 03 Oct 2007 04:00:44 +0000 |
parents | 62cafee71373 |
children | f46ae7e62d13 |
comparison
equal
deleted
inserted
replaced
20730:9490cd23775e | 20731:712c4b0a4486 |
---|---|
38 | 38 |
39 3. Optionally, type `make check' to run any self-tests that come with | 39 3. Optionally, type `make check' to run any self-tests that come with |
40 the package. | 40 the package. |
41 | 41 |
42 4. Type `make install' to install the programs and any data files and | 42 4. Type `make install' to install the programs and any data files and |
43 documentation. | 43 documentation. You must have write access to the prefix you are |
44 installing to. See below for more details on the prefix. | |
44 | 45 |
45 5. You can remove the program binaries and object files from the | 46 5. You can remove the program binaries and object files from the |
46 source code directory by typing `make clean'. To also remove the | 47 source code directory by typing `make clean'. To also remove the |
47 files that `configure' created (so you can compile the package for | 48 files that `configure' created (so you can compile the package for |
48 a different kind of computer), type `make distclean'. There is | 49 a different kind of computer), type `make distclean'. There is |