Advertisement
Guest User

Untitled

a guest
Oct 8th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. install -d /bin/
  2. install x264 /bin/
  3. install -d /usr/local/include
  4. install -d /usr/local/lib
  5. install -d /usr/local/lib/pkgconfig
  6. install -m 644 ./x264.h /usr/local/include
  7. install -m 644 x264_config.h /usr/local/include
  8. install -m 644 x264.pc /usr/local/lib/pkgconfig
  9. install -m 644 libx264.a /usr/local/lib
  10. ranlib /usr/local/lib/libx264.a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement