mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
12 lines
163 B
Bash
12 lines
163 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
cp -r $src ./src
|
||
|
chmod -R u+w ./src
|
||
|
cd src
|
||
|
|
||
|
libtoolize
|
||
|
./autogen.sh
|
||
|
./configure --prefix=$out --host=$host $configureFlags
|
||
|
make
|
||
|
make install
|