mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 02:41:35 +03:00
17 lines
213 B
Bash
17 lines
213 B
Bash
|
source $setup
|
||
|
|
||
|
cp -r $src src
|
||
|
chmod -R u+w src
|
||
|
cd src
|
||
|
autoreconf -v --install
|
||
|
cd ..
|
||
|
|
||
|
mkdir build
|
||
|
cd build
|
||
|
|
||
|
../src/configure --prefix=$out
|
||
|
make
|
||
|
make install
|
||
|
|
||
|
ln -sf $xextproto/lib/pkgconfig/*.pc $out/lib/pkgconfig
|