mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 01:18:52 +08:00
Update README.md
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
* [Progress Spinner](#progress-spinner)
|
* [Progress Spinner](#progress-spinner)
|
||||||
* [Working with Iterables](#working-with-iterables)
|
* [Working with Iterables](#working-with-iterables)
|
||||||
* [Building Samples](#building-samples)
|
* [Building Samples](#building-samples)
|
||||||
|
* [Generating Single Header](#generating-single-header)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
@@ -696,6 +697,12 @@ cmake -DINDICATORS_SAMPLES=ON -DINDICATORS_DEMO=ON ..
|
|||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Generating Single Header
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 utils/amalgamate/amalgamate.py -c single_include.json -s .
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
|
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user