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).
- Host: GitHub
- URL: https://github.com/desmonhak/cpuid
- Owner: desmonHak
- Created: 2024-05-27T18:52:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T03:08:11.000Z (10 months ago)
- Last Synced: 2025-01-01T02:25:15.844Z (9 months ago)
- Topics: c, cpuid, intel, nasm
- Language: C
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`----