Skip to content

Instantly share code, notes, and snippets.

@czivko
Forked from atmos/builds.md
Last active December 17, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czivko/5682604 to your computer and use it in GitHub Desktop.
Save czivko/5682604 to your computer and use it in GitHub Desktop.
vulcan build -v -c './configure --prefix=/app/vendor/libtheora-1.1 --disable-examples && make install' \
  -d http://atmos-vulcan.herokuapp.com/output/128cbd68-ddc3-4888-8bdf-f93c1dcb8ea1 
     http://atmos-vulcan.herokuapp.com/output/69621463-23c7-4062-9f59-19086677fc5a

This worked for me, my custom compiles always failed with finding libvorbis on the vulcan build server.

vulcan build -v -c 'mkdir -p /app/vendor/ffmpeg && ./configure --prefix=/app/vendor/ffmpeg --enable-gpl --enable-nonfree --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libvpx --enable-libmp3lame && make && make install' -n ffmpeg -d http://atmos-vulcan.herokuapp.com/output/016022b6-2fb3-4fe4-b595-2291832a0b53 http://atmos-vulcan.herokuapp.com/output/e1230abc-1f1f-40ab-8354-216269c0498a http://atmos-vulcan.herokuapp.com/output/071eb00f-6667-4c42-8ebf-3926aec762e1 http://atmos-vulcan.herokuapp.com/output/128cbd68-ddc3-4888-8bdf-f93c1dcb8ea1 http://atmos-vulcan.herokuapp.com/output/69621463-23c7-4062-9f59-19086677fc5a http://atmos-vulcan.herokuapp.com/output/2caa3cd5-942a-4ece-bfb9-b56e14dd0fc0 http://atmos-vulcan.herokuapp.com/output/38a531b8-3898-4890-b773-2c48bcd26820
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment