mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
12 lines
173 B
Bash
12 lines
173 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R u+w ./src
|
|
cd src
|
|
|
|
libtoolize
|
|
bash ./autogen.sh
|
|
bash ./configure --prefix=$out --host=$host $configureFlags
|
|
make
|
|
make install
|