Home -- Download -- Documentation -- Bug report -- News

Fetch the sources from Git:

The latest development sources are on Github. You can fetch the code revision with the following command:

git clone https://github.com/anrieff/libcpuid.git

#ifdef UNIX

When you get there, don't forget to run

libtoolize
autoreconf --install

inside the project root directory, before issuing ./configure. Happy hacking!

#endif


Building instructions:

Linux & Mac OS X

The standard ./configure && make && make install trio (this will generate both static and dynamic versions of the library).

Windows

The source distribution given above contains the Solution and Project files for Visual C++ 2008 (for previous releases, you may have to hack the project files to support the older standard). Aside from that, building is straightforward.


All brand names and product names mentioned here are trademarks or registered trademarks of their respective owners.

SourceForge.net Logo