Skip to content

Commit 8c9eb32

Browse files
authored
Added badges and lib object links to README
1 parent 798664e commit 8c9eb32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# bochscpu-python
22

3+
![python 3](https://img.shields.io/badge/python-3.8+-cyan)
4+
[![Downloads](https://static.pepy.tech/badge/bochscpu-python)](https://pepy.tech/project/bochscpu-python)
5+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6+
[![Licence MIT](https://img.shields.io/packagist/l/doctrine/orm.svg?maxAge=2592000?style=plastic)](https://github.com/hugsy/bochscpu-python/blob/main/LICENSE)
7+
38
Python bindings for [@yrp](https://github.com/yrp604/)'s [BochsCPU](https://github.com/yrp604/bochscpu) using [FFI](https://github.com/yrp604/bochscpu-ffi)
49

510
![image](https://i.imgur.com/YvXg2Tz.png)
611

712
## Build
813

914
* Build BochsCPU, BochsCPU-FFI, and BochsCPU-Build following the instructions on their pages
15+
* Alternatively BochsCPU-FFI lib object files can be downloaded from the [`build` Github Actions](https://github.com/hugsy/bochscpu-python/actions/workflows/build.yml?query=branch%3Amain+is%3Asuccess+event%3Apush)
1016
* Move the `*.lib` in `bochscpu/lib/<BuildType>` (where `BuildType` can be `Debug`, `Release`, `RelWithDebInfo`, etc.)
1117
* Install the requirements: `python -m pip install -r requirements.txt`
1218
* Build with `cmake`

0 commit comments

Comments
 (0)