Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created December 20, 2010 01:28
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 jnbek/747914 to your computer and use it in GitHub Desktop.
Save jnbek/747914 to your computer and use it in GitHub Desktop.
Speedy Install for CutyCapt in a FreeBSD jail
echo "nameserver 192.168.0.1" > /etc/resolv.conf
mkdir ~/bin
mkdir ~/build
cd ~/build
pkg_add -r bash portupgrade vim-lite xorg-vfbserver jpeg qt4-imageformats qt4-qmake qt4-moc qt4-webkit qt4-svg subversion xkeyboard-config xkbcomp
chsh -s /usr/local/bin/bash root
/usr/local/bin/svn co --trust-server-cert --non-interactive https://cutycapt.svn.sourceforge.net/svnroot/cutycapt
cd cutycapt/CutyCapt
/usr/local/bin/qmake-qt4
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment