mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
Add basic r2pm information
This commit is contained in:
parent
bfe3debc50
commit
5456670208
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -75,6 +75,22 @@ version or remove all previous installations:
|
|||
$ make uninstall
|
||||
$ make purge
|
||||
|
||||
# Package manager
|
||||
|
||||
Radare2 has its own package manager - r2pm. It's packages
|
||||
repository is on [GitHub too](https://github.com/radare/radare2-pm).
|
||||
To start to use it for the first time you need to initialize packages:
|
||||
|
||||
$ r2pm init
|
||||
|
||||
And to refresh packages before installation/updating a new one:
|
||||
|
||||
$ r2pm refresh
|
||||
|
||||
To install/update package use the command
|
||||
|
||||
$ r2pm install [package name]
|
||||
|
||||
# Bindings
|
||||
|
||||
All language bindings are under the r2-bindings directory.
|
||||
|
|
@ -86,7 +102,7 @@ to swig interfaces, nodejs-ffi or other and then compiled.
|
|||
|
||||
The easiest way to install the python bindings is to run:
|
||||
|
||||
$ sys/python.sh
|
||||
$ r2pm install python
|
||||
|
||||
In addition there are `r2pipe` bindings, which are an API
|
||||
interface to interact with the prompt, passing commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue