mirror of
https://github.com/urbit/shrub.git
synced 2024-12-27 14:17:13 +03:00
14 lines
133 B
Bash
14 lines
133 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv xextproto-* xextproto
|
||
|
|
||
|
mkdir build
|
||
|
cd build
|
||
|
|
||
|
../xextproto/configure --prefix=$out
|
||
|
|
||
|
make
|
||
|
|
||
|
make install
|