mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
14 lines
123 B
Bash
14 lines
123 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv kbproto-* proto
|
||
|
|
||
|
mkdir build
|
||
|
cd build
|
||
|
|
||
|
../proto/configure --prefix=$out
|
||
|
|
||
|
make
|
||
|
|
||
|
make install
|