Advertisement
Guest User

Untitled

a guest
Mar 13th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. sudo apt-get install build-essential  python-opengl python-numpy python-dev python2.7-dev python-tk python-pyaudio git
  2. #  (python-pyaudio is optional, python-tk needed for GUI)
  3.  
  4.  
  5. git clone https://bitbucket.org/baldand/mlrawviewer.git
  6.  
  7. cd mlrawviewer
  8.  
  9. python setup.py build
  10.  
  11. #copy the bitunpack.so binary from the build/linux-* to the same place mlrawviewer.py
  12.  
  13. chmod +x mlrawviewer.py
  14. chmod +x mlrawgui.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement