Skip to content

Instantly share code, notes, and snippets.

@eugenehp
Created November 24, 2012 23:32
Show Gist options
  • Select an option

  • Save eugenehp/4141808 to your computer and use it in GitHub Desktop.

Select an option

Save eugenehp/4141808 to your computer and use it in GitHub Desktop.
preparation for libx264 compilation
#!/bin/sh
echo "yasm installation script for Mac OS X 10.8.2"
echo "you should have brew installed!"
git clone git://github.com/yasm/yasm.git
cd yasm
brew install autoconf automake
sh ./autogen.sh
./configure
make
echo 'Executing sudo make install, please type your password below:'
sudo make install
echo 'Finish!'
@eugenehp

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment