All pastes #2065895 Raw Edit

Someone

public shellscript v1 · immutable
#2065895 ·published 2011-05-20 16:51 UTC
rendered paste body
# Prepare locationmkdir unisoncd unison# Fetch filesgit clone git://github.com/pgiblox/ingen.gitgit clone git://github.com/pgiblox/unison.git -b ingen_integration# Note: You will need to also have Dave Robillard's Sord, Serd, #       SUIL Raul, and LILV libraries and headers installed on your#       system, and they need to be fairly recent.  If you already have#       these dependencies installed, then skip to [Building Ingen] below.# Building drobilla's libs (The easy way)svn co http://svn.drobilla.net/lad/trunk drobilladcd drobillad./waf configure./wafsudo ./waf install# Building Ingencd ../ingen./waf configure --debug --no-http --no-osc --no-gui --qt-client./wafsudo ./waf install# Building UnisonStudiocd ../unisonmkdir build targetcd buildcmake .. -DCMAKE_INSTALL_PREFIX=../targetmakemake install# Running UnisonStudio../target/bin/unisonstudio