issues
search
bryanpkc
/
corkscrew
A tool for tunneling SSH through HTTP proxies
GNU General Public License v2.0
1.13k
stars
104
forks
source link
added install step for autoconf
#11
Open
louisbuchbinder
opened
4 years ago
louisbuchbinder
commented
4 years ago
Just went through the steps to build on a fresh docker container
FROM ubuntu:18.04
and the
autoreconf --install
step fails without this package.
Pushed an additional commit with pre-install steps for macOS
FROM ubuntu:18.04
and theautoreconf --install
step fails without this package.