Kaydet (Commit) 168b5f9a authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

fix install.sh

üst d1cefa1c
#!/bin/bash
autoreconf --install
[[ -n $NOCONFIGURE ]] || ./configure
#!/bin/bash
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr
make
make install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment