diff options
| author | nitro <nitrocode@users.noreply.github.com> | 2018-08-19 00:20:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 00:20:41 -0400 |
| commit | 9d77adcaf348fbc45d0e4d7c44000c572b36271a (patch) | |
| tree | 308d42f5f01412d90390e33db24b66b654f47ae6 | |
| parent | 4dbf285573d5254e5169be44e45c7685a336b6e8 (diff) | |
| download | portable-9d77adcaf348fbc45d0e4d7c44000c572b36271a.tar.gz portable-9d77adcaf348fbc45d0e4d7c44000c572b36271a.tar.bz2 portable-9d77adcaf348fbc45d0e4d7c44000c572b36271a.zip | |
Small contribution to README readability
| -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 | ||
