capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

setup-autotools.sh (200B)


      1 #! /usr/bin/env bash
      2 
      3 set -euo pipefail
      4 
      5 echo "This script is no longer needed. Go ahead and run autoreconf. For example:"
      6 echo "  autoreconf -i && ./configure && make -j6 check && sudo make install"