Skip to content
LittleWhite-tb edited this page Mar 18, 2015 · 3 revisions

Introduction

LibDVFS is intended to provide simple functions and structures to manipulate the CPU frequency.

Getting libdvfs

You can download the library following this link.

You just have to unzip it with : tar -xvf libdvfs_v2_0_0.tar.bz2

Since the package contains a Makefile, you just have to type :

make

to compile the library. You can install it with the usual :

make install

(You need to be root to complete this operation or you can set the PREFIX environment variable to specify a new installation directory)

Moreover, there is two additional tests, that you can compile with :

make test

Documentation

The complete documentation is available here.

Clone this wiki locally