Advertisement
Guest User

cr2hdr

a guest
Apr 29th, 2014
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #for debian-based 32bit systems, in terminal enter:
  2. sudo apt-get install build-essential mercurial python-docutils
  3.  
  4.  
  5. #for debian-based 64bit systems:
  6. sudo apt-get install build-essential
  7. sudo apt-get install gcc-4.x-multilib mercurial python-docutils
  8.  
  9. #where x is the version of the gcc compiler of your distribution, e.g ubuntu 12.04: gcc-4.6;
  10. #installing build-essential first helps you at figuring that out,enter gcc-v in terminal to get version of the compiler, and substitute the x with its number.
  11.  
  12. hg clone -r unified https://bitbucket.org/hudson/magic-lantern
  13. cd magic-lantern/modules/dual_iso
  14. make cr2hdr
  15. sudo cp cr2hdr /usr/local/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement