Skip to content

Commit 014c157

Browse files
committed
Grammatical clarifications
1 parent 648b352 commit 014c157

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ There are some external dependencies under external/, so when cloning use:
2020

2121
```git clone --recursive <path to git repo>```
2222

23-
Building uses cmake and meson, and is simplified by using meson wrap files to specify the dependent packages. Building has some pre-requisites:
23+
Building uses meson, and is simplified by using meson wrap files to specify the dependent packages. Building has some pre-requisites:
2424

2525
* a compiler (e.g. `apt install build-essentials`)
26-
* cmake
26+
* cmake (optional)
2727
* python
2828
* (linux) pkg-config (e.g. `apt install pkg-config`)
2929
* curl, zip, unzip, tar (e.g. `apt install curl zip unzip tar`)
@@ -35,7 +35,7 @@ Unix users can also use the method used for the Windows build environment as det
3535
On Windows, the following can be used:
3636
* install TDM-GCC or any other Windows GNU distribution
3737
* install miniconda or venv and setup virtual environment
38-
* pip install cmake
38+
* pip install cmake (optional)
3939
* pip install meson
4040

4141
To build:
@@ -50,14 +50,14 @@ To run tests:
5050

5151
To get binaries:
5252
* `meson install -C builddir` if the prefix was set or
53-
* `meson install -C buildfir --destdir <some directory>` to install in a specifit directory.
53+
* `meson install -C buildfir --destdir <some directory>` to install in a specific directory.
5454

5555
Sometimes you only want the runtime dynamic libraries and executables. Meson comes with a handy targeted installation using the following command:
5656
* `meson install -C builddir --tags runtime`
5757

5858
Make sure the prefix, or destdir, is set so binaries are not accidentally installed on the system.
5959

60-
The binaries are located in the bindir (if installed) and build directory:
60+
The binaries are located the build or installation directory:
6161

6262
Build directory:
6363
* builddir
@@ -71,8 +71,8 @@ Install directory:
7171
* bindir
7272
* libopenpivcore.so
7373
* all other dependent shared libraries
74-
* process.exe
75-
* average_subtract.exe
74+
* process (executable)
75+
* average_subtract (executable)
7676

7777
### Raspberry Pi (using deprecated VCPKG build system)
7878

0 commit comments

Comments
 (0)