https://github.com/horance-liu/fan-speed
https://github.com/horance-liu/fan-speed
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/fan-speed
- Owner: horance-liu
- License: apache-2.0
- Created: 2021-08-18T16:23:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T23:41:04.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:49:28.756Z (14 days ago)
- Language: C++
- Size: 329 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fan-speed
build it:
```bash
$ mkdir build && cd build
$ cmake ..
$ make
```run tests:
```
$ cd build
$ cmake -DFAN_SPEED_BUILD_TEST=on ..
$ make
$ make test
```you must install cctest before running tests.
```bash
$ git clone https://github.com/ccup/cctest.git
$ cd cctest
$ mkdir build && cd build
$ make
$ sudo make install
```