mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -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
3.9 KiB
Executable File
3.9 KiB
Executable File