Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Installing yasm
  2.  
  3. YASM is a modular assembler, it is required by the x264 package.
  4.  
  5. razuna:$ wget http://www.tortall.net/projects/yasm/releases/yasm-0.7.0.tar.gz
  6. razuna:$ tar zfvx yasm-0.7.0.tar.gz
  7. razuna:$ cd yasm-0.7.0
  8. razuna:$ ./configure
  9. razuna:$ make && make install
  10. razuna:$ cd ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement