doc: nits in README.md
This commit is contained in:
parent
32a027e610
commit
fe268c12b2
1 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ build+install these first
|
|||
|
||||
### build + install xo-reactor
|
||||
```
|
||||
$ cd reactor
|
||||
$ cd xo-reactor
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ INSTALL_PREFIX=/usr/local # or wherever you prefer
|
||||
|
|
@ -24,6 +24,8 @@ $ make install
|
|||
```
|
||||
(also see .github/workflows/main.yml)
|
||||
|
||||
## Development
|
||||
|
||||
### build for unit test coverage
|
||||
```
|
||||
$ cd xo-reactor
|
||||
|
|
@ -32,8 +34,6 @@ $ cd ccov
|
|||
$ cmake -DCMAKE_MODULE_PATH=${INSTALL_PREFIX}/share/cmake -DCMAKE_PREFIX_PATH=${INSTALL_PREFIX} -DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug ..
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
### LSP support
|
||||
|
||||
LSP looks for compile commands in the root of the source tree;
|
||||
|
|
@ -51,6 +51,6 @@ $ ln -s build/compile_commands.json
|
|||
- `-H` include help text
|
||||
|
||||
```
|
||||
$ cd reactor/build
|
||||
$ cd xo-reactor/build
|
||||
$ cmake -LAH
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue