mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
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
1.3 KiB
1.3 KiB