Skip to content

Instantly share code, notes, and snippets.

@erogol
Created September 25, 2013 19:32
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 erogol/6704840 to your computer and use it in GitHub Desktop.
Save erogol/6704840 to your computer and use it in GitHub Desktop.
if ~exist('vlfeat', 'dir')
from = 'http://www.vlfeat.org/download/vlfeat-0.9.13-bin.tar.gz' ;
fprintf('Downloading vlfeat from %s\n', from) ;
untar(from, 'data') ;
movefile('data/vlfeat-0.9.13', 'vlfeat') ;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment