Files
textmate/bin
Allan Odgaard 3bc0c65c7a Introduce variable for where cap’n’proto is installed
Set the `capnp_prefix` variable when calling ./configure.

E.g. build and install cap’n’proto in $HOME/build:

    ./configure --disable-shared --prefix="$HOME/build"
    make -j6 check && make install

Then configure TextMate to find it there:

    capnp_prefix="$HOME/build" ./configure
2014-03-30 11:18:41 +07:00
..
2012-11-12 13:28:34 +07:00
2013-08-16 22:40:08 +02:00
2012-08-09 16:25:56 +02:00