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

https://github.com/desmonhak/cpuid

(En desarrollo)librería para manejar CPUID en C y Python(CPython).
https://github.com/desmonhak/cpuid

c cpuid intel nasm

Last synced: 8 months ago
JSON representation

(En desarrollo)librería para manejar CPUID en C y Python(CPython).

Awesome Lists containing this project

README

          

# Cpuid

----

Libreria cpuid para Python y C (aun en desarollo).

Clonar con:
```bash
git clone --recurse-submodules https://github.com/desmonHak/cpuid.git
git submodule update --init --recursive
```

Construya los modulos python con:
```bash
make
python setup.py install
```

o usando:
```bash
make build_python
python setup.py install
```
Si usa mingw32 posiblemente deba usar `mingw32-make` enb lugar de `make`

----