mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-24 07:26:51 +03:00
11 lines
139 B
Bash
11 lines
139 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R u+w ./src
|
|
cd src
|
|
|
|
./autogen.sh
|
|
./configure --prefix=$out $configureFlags
|
|
make
|
|
make install
|