mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
Cleanups/fixes for the library issue conglomerate (#897)
* Python: Disable distribution of static library on linux and macos; add environment variable LIBUNICORN_PATH to let user specify location of native library; prevent build of native library if this option is enabled; closes #869 * Python: Update README.TXT to describe how to manage the building and usage of the native library
This commit is contained in:
parent
13007eb12a
commit
12642c2555
3 changed files with 22 additions and 8 deletions
|
|
@ -8,6 +8,11 @@ from source.
|
|||
This will build the core C library, package it with the python bindings,
|
||||
and install it to your system.
|
||||
|
||||
If you want to prevent the build of the native library during the python installation,
|
||||
set the environment variable LIBUNICORN_PATH. You may also set this to a directory
|
||||
containing libunicorn.so if you wish to use a verison of the native library other than
|
||||
the globally installed one.
|
||||
|
||||
|
||||
2. Installing on Windows:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue