diff options
author | Noah Slater <nslater@apache.org> | 2008-08-14 17:25:14 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-08-14 17:25:14 +0000 |
commit | 0e6e3a16bd50bb9c130f5832ac2acd09c1c33a70 (patch) | |
tree | 9cea1370d59ab124c1c1428849e9a767b566bdd9 /README | |
parent | 864ea28920a2ee8cd35f5379e3ae56f6e93f1b21 (diff) |
added note about gmake
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@685968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,6 +124,9 @@ Note: Use of the `sudo` command is only required if you are installing into a system owned directory. You do not need to do this if you are installing elsewhere, such as your home directory. +If you are having problems running `make` you may want to try running `gmake` if +it is available on your system. + More options can be found by reading the `INSTALL` file. #### Security Considerations #### |