cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
292 stars 50 forks source link

Get the code to build on Ubuntu >=18.04 #89

Closed cjpatton closed 6 years ago

cjpatton commented 6 years ago

I needed to amend _dev/Makefile slightly. On my system, some of the folders in GOROOT are symbolic links to directories the Makefile tries to copy. Adding the -H flag to cp solves this, and AFAICT should not affect the build on other systems.

I also added some notes to README.md for getting things to run on Ubuntu.