|
@ -3,8 +3,8 @@ |
|
|
## Build Insttructions |
|
|
## Build Insttructions |
|
|
|
|
|
|
|
|
These build instructions should work on: |
|
|
These build instructions should work on: |
|
|
* Linux |
|
|
* Linux (Verified 26.4.20 - heck) |
|
|
* MacOS |
|
|
* MacOS (Verified 26.4.20 - heck) |
|
|
* Windows |
|
|
* Windows |
|
|
|
|
|
|
|
|
### Build |
|
|
### Build |
|
@ -39,3 +39,4 @@ To install the extension module into a custom destination |
|
|
```bash |
|
|
```bash |
|
|
python3 setup.py install --prefix=<custom_destination_root> |
|
|
python3 setup.py install --prefix=<custom_destination_root> |
|
|
``` |
|
|
``` |
|
|
|
|
|
Attention: The ~ (tilde) does not get expanded, but env vars work ($HOME). |