whitespace fix & proper use of "i.e.,"

This commit is contained in:
Carlos E. Garcia 2014-04-09 18:43:09 -04:00
parent 626a81bf28
commit 49e160450c
3 changed files with 14 additions and 12 deletions

View File

@ -62,7 +62,7 @@ cd ..
``` ```
Or if checkinstall is not easily available for your distribution (e.g. Fedora), Or if checkinstall is not easily available for your distribution (e.g., Fedora),
this will install the libs to /usr/local/lib and the headers to /usr/local/include: this will install the libs to /usr/local/lib and the headers to /usr/local/include:
```bash ```bash
@ -180,7 +180,8 @@ You should install:
- [MinGW](http://sourceforge.net/projects/mingw/) - [MinGW](http://sourceforge.net/projects/mingw/)
When installing MinGW, make sure to select the MSYS option in the installer. When installing MinGW, make sure to select the MSYS option in the installer.
MinGW will install an "MinGW shell" (you should get a shortcut for it), make sure to perform all operations (i.e. generating/running configure script, compiling, etc.) from the MinGW shell. MinGW will install an "MinGW shell" (you should get a shortcut for it), make
sure to perform all operations (i.e., generating/running configure script, compiling, etc.) from the MinGW shell.
First download the source tarball from https://download.libsodium.org/libsodium/releases/ and build it. First download the source tarball from https://download.libsodium.org/libsodium/releases/ and build it.
Assuming that you got the libsodium-0.4.2.tar.gz release: Assuming that you got the libsodium-0.4.2.tar.gz release:
@ -193,7 +194,8 @@ make install
cd .. cd ..
``` ```
You can also use a precompiled win32 binary of libsodium, however you will have to place the files in places where they can be found, i.e. dll's go to /bin headers to /include and libraries to /lib directories in your MinGW shell. You can also use a precompiled win32 binary of libsodium, however you will have
to place the files in places where they can be found, i.e., dll's go to /bin headers to /include and libraries to /lib directories in your MinGW shell.
Next, install ProjectTox-Core library, should either clone this repo by using git, or just download a [zip of current Master branch](https://github.com/irungentoo/ProjectTox-Core/archive/master.zip) and extract it somewhere. Next, install ProjectTox-Core library, should either clone this repo by using git, or just download a [zip of current Master branch](https://github.com/irungentoo/ProjectTox-Core/archive/master.zip) and extract it somewhere.

View File

@ -158,7 +158,7 @@ NACL_SEARCH_LIBS=
AC_ARG_WITH(dependency-search, AC_ARG_WITH(dependency-search,
AC_HELP_STRING([--with-dependency-search=DIR], AC_HELP_STRING([--with-dependency-search=DIR],
[search for dependencies in DIR, i.e. look for libraries in [search for dependencies in DIR, i.e., look for libraries in
DIR/lib and for headers in DIR/include]), DIR/lib and for headers in DIR/include]),
[ [
DEPSEARCH="$withval" DEPSEARCH="$withval"