Commit f2ea5ddf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf corosync-3.0.1.tar.gz
cd corosync-3.0.1 && ./autogen.sh
cd corosync-3.0.1 && ./configure --prefix=/usr
$(MAKE) -C corosync-3.0.1
$(MAKE) -C corosync-3.0.1 check
$(MAKE) -C corosync-3.0.1 install
rm -rf corosync-3.0.1
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