1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Update readme, include "users" info as suggested in issue #24.

This commit is contained in:
Veselin Georgiev 2015-11-04 01:18:18 +02:00
commit 0f679a589f

18
README
View file

@ -1,5 +1,5 @@
libcpuid libcpuid
--------- ========
libcpuid provides CPU identification for the x86 (and x86_64). libcpuid provides CPU identification for the x86 (and x86_64).
For details about the programming API, please see the docs For details about the programming API, please see the docs
@ -17,10 +17,20 @@ on the project's site (http://libcpuid.sourceforge.net/)
1. run "libtoolize" 1. run "libtoolize"
2. run "autoreconf --install" 2. run "autoreconf --install"
You need to have autoconf, automake and libtool installed. You need to have `autoconf`, `automake` and `libtool` installed.
After that you can run "./configure" and "make" - this will build After that you can run `./configure` and `make` - this will build
the library. the library.
"make dist" will create a tarball (with "configure" inside) with the `make dist` will create a tarball (with "configure" inside) with the
sources. sources.
Users
-----
So far, I'm aware of the following projects which utilize libcpuid:
* CPU-X (https://github.com/X0rg/CPU-X)
* fre:ac (https://www.freac.org/)
We'd love to hear from you if you are also using libcpuid and want your project listed above.