An open API service indexing awesome lists of open source software.

https://github.com/horance-liu/fan-speed


https://github.com/horance-liu/fan-speed

Last synced: 14 days ago
JSON representation

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
```