diff options
| author | Brent Cook <bcook@openbsd.org> | 2018-12-14 01:38:29 -0600 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2018-12-14 01:38:29 -0600 |
| commit | 68b54c324e9b8ff429b341268ed8b558ea1f4038 (patch) | |
| tree | 5685401fa8ea5968368a4522ca264122ebe88199 | |
| parent | 4f1c9507b6c434f2e85ae8de49dea09e8fa97c78 (diff) | |
| parent | 9d77adcaf348fbc45d0e4d7c44000c572b36271a (diff) | |
| download | portable-68b54c324e9b8ff429b341268ed8b558ea1f4038.tar.gz portable-68b54c324e9b8ff429b341268ed8b558ea1f4038.tar.bz2 portable-68b54c324e9b8ff429b341268ed8b558ea1f4038.zip | |
Land #473, format commands
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -66,13 +66,13 @@ building. _Note: Your build will fail if you do not follow these instructions! I | |||
| 66 | 66 | ||
| 67 | 1. Ensure you have the following packages installed: | 67 | 1. Ensure you have the following packages installed: |
| 68 | automake, autoconf, git, libtool, perl | 68 | automake, autoconf, git, libtool, perl |
| 69 | 2. Run './autogen.sh' to prepare the source tree for building or | 69 | 2. Run `./autogen.sh` to prepare the source tree for building or |
| 70 | run './dist.sh' to prepare a tarball. | 70 | run `./dist.sh` to prepare a tarball. |
| 71 | 71 | ||
| 72 | ## Steps that apply to all builds ## | 72 | ## Steps that apply to all builds ## |
| 73 | 73 | ||
| 74 | Once you have a source tree, either by downloaded using git and having | 74 | Once you have a source tree, either by downloaded using git and having |
| 75 | run the autogen.sh script above, or by downloading a release distribution from | 75 | run the `autogen.sh` script above, or by downloading a release distribution from |
| 76 | an OpenBSD mirror, run these commands to build and install the package on most | 76 | an OpenBSD mirror, run these commands to build and install the package on most |
| 77 | systems: | 77 | systems: |
| 78 | 78 | ||
| @@ -106,7 +106,7 @@ ninja test | |||
| 106 | 106 | ||
| 107 | #### HP-UX (11i) #### | 107 | #### HP-UX (11i) #### |
| 108 | 108 | ||
| 109 | Set the UNIX_STD environment variable to '2003' before running 'configure' | 109 | Set the UNIX_STD environment variable to `2003` before running `configure` |
| 110 | in order to build with the HP C/aC++ compiler. See the "standards(5)" man | 110 | in order to build with the HP C/aC++ compiler. See the "standards(5)" man |
| 111 | page for more details. | 111 | page for more details. |
| 112 | 112 | ||
