mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
10 lines
176 B
Bash
10 lines
176 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R a+w ./src
|
|
cd ./src
|
|
|
|
LIBTOOLIZE=libtoolize ./autogen.sh
|
|
bash ./configure --prefix=$out --host=$host $configureFlags
|
|
make install
|