fsh/cfg/capnproto.prq
( jak ) f14209c86a Merge branch 'dev' of ssh.jakimfett.com:jakimfett/fsh into dev
Conflicts:
	conf/functions.prq
	readme.md

Adjusting folder heirarchy to enable two-letter autocomplete.

It really is the little things in life, yeah?
2020-02-24 16:38:57 -08:00

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#