[Libre-soc-bugs] [Bug 433] building pia (power instruction analyser) needs to be documented

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Jul 15 16:49:26 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=433

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail.com

--- Comment #1 from Jacob Lifshay <programmerjake at gmail.com> ---
just needs a relatively recent version of Rust (last year or so, didn't check
how far back it works) -- nightly no longer needed since PyO3 v0.11.x

build script (on x86_64 Linux):
pip install .

build script (on something else or if you don't like pip -- requires a
virtualenv):
cargo install maturin
maturin develop

build script (if you also don't like virtualenv):
cargo install maturin
maturin build
# could have path to wheel incorrect, icr for sure
pip install target/wheel/*.whl

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list