Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created August 30, 2011 18:08
Show Gist options
  • Save brantfaircloth/1181558 to your computer and use it in GitHub Desktop.
Save brantfaircloth/1181558 to your computer and use it in GitHub Desktop.
Building hyphy (headless) on darwin
  • get hyphy source (http://www.datam0nk3y.org/)

  • get sqlite source (http://www.sqlite.org/download.html) - you want the "amalgamation"

  • unzip hyphy source somewhere

  • unzip sqlite source somewhere

  • remove the shell.c file from the sqlite source

  • edit buildFromSVN.sh to point to your svn files:

      cp /path/to/sqlite-amalgamation-*/*.{c,h} $installDirectory/Source/SQLite/
    
  • run bash buildFromSVN.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment