Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created November 21, 2013 04:07
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 icaoberg/7575938 to your computer and use it in GitHub Desktop.
Save icaoberg/7575938 to your computer and use it in GitHub Desktop.
Compiling libsvm in the Lane Center cluster
#!/bin/bash
git clone git@github.com:cjlin1/libsvm.git
cd libsvm
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment