Skip to content

Commit 6620ce6

Browse files
authored
~ improved boilerplate (#39)
1 parent 2e3571f commit 6620ce6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The primary choice for installation is by use of **CMake**.
103103

104104

105105
```bash
106-
$ sudo cmake --install ./_build --config Release
106+
$ sudo cmake --install ${SIS_CMAKE_BUILD_DIR:-./_build} --config Release
107107
```
108108

109109
7. Then to use the library, it is a simple matter as follows:

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ int main(int argc, char* argv[])
341341
}
342342
```
343343
344-
**NOTE**: the language shown in **C**, but a **C++** version of this example program would be very similar. **C++** test programs have additiona support for facilities such as the throwing of exceptions.
344+
**NOTE**: the language shown is **C**, but a **C++** version of this example program would be very similar. **C++** test programs have additiona support for facilities such as the throwing of exceptions.
345345
346346
347347
## Project Information
@@ -364,23 +364,23 @@ If you'd like to help out with the project, please raise an issue via [GitHub Pa
364364
365365
#### STLSoft <!-- omit in toc -->
366366
367-
**xTests** depends on the **STLSoft** libraries, version 1.9.136 (or later). Version 1.10.6 (or later) is recommended.
367+
**xTests** depends on the **STLSoft** libraries, version 1.11.1 (or later):
368368
369-
* [STLSoft 1.9](http://github.com/synesissoftware/STLSoft-1.9/)
370-
* [STLSoft 1.10](http://github.com/synesissoftware/STLSoft-1.10/) (Recommended)
369+
* [STLSoft 1.11](http://github.com/synesissoftware/STLSoft-1.11/);
371370
372371
373372
### Related projects
374373
375374
Projects in which **xTests** is used for testing include:
376375
377376
* [**b64**](https://github.com/synesissoftware/b64)
377+
* [**CLASP**](https://github.com/synesissoftware/CLASP)
378378
* [**cstring**](https://github.com/synesissoftware/cstring)
379379
* [**FastFormat**](https://github.com/synesissoftware/FastFormat)
380+
* [**libCLImate**](https://github.com/synesissoftware/libCLImate)
380381
* [**libpath**](https://github.com/synesissoftware/libpath)
381382
* [**Pantheios**](https://github.com/synesissoftware/Pantheios)
382383
* [**recls**](https://github.com/synesissoftware/recls)
383-
* [**shwild**](https://github.com/synesissoftware/shwild)
384384
* [**UNIXem**](https://github.com/synesissoftware/UNIXem)
385385
386386

0 commit comments

Comments
 (0)