Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created November 21, 2013 04:07
Show Gist options
  • 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 [email protected]:cjlin1/libsvm.git
cd libsvm
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment