2018-12-01 22:36:48 +00:00
|
|
|
# Defined in /tmp/fish.g6wC1F/build.fish @ line 2
|
2018-11-15 01:01:37 +00:00
|
|
|
function build
|
|
|
|
s printf \
|
2018-12-01 22:36:48 +00:00
|
|
|
gp
|
2018-11-15 01:01:37 +00:00
|
|
|
./autogen.sh
|
|
|
|
./configure --prefix=/usr
|
|
|
|
cmake .
|
|
|
|
make
|
|
|
|
s make install
|
|
|
|
end
|