fsh/tmp/capnproto.prq

14 lines
189 B
Plaintext

GCC || Clang
autoconf
automake
libtool
#setup#
git clone https://github.com/sandstorm-io/capnproto.git
cd capnproto/c++
autoreconf -i
./configure
make check
echo sudo make install
#putes#