Ubuntu Ropper keystone-engineインストール

495 ワード

  • まずkeystone-engine
  • を取り付ける.
    $ git clone https://github.com/keystone-engine/keystone.git
    $ cd keystone
    $ mkdir build
    $ cd build
    $ ../make-share.sh
    $ sudo make install
    $ sudo ldconfig
    $ cd ../bindings/python
    $ sudo make install3 # or sudo make install for python2-bindings
    
  • 後取付けRopper
  • sudo pip3 install filebytes==0.9.18
    git clone https://github.com/sashs/Ropper.git
    cd Ropper
    sudo python3 setup.py install