From d6308a655b74bb665579a73c4869959ed4c88ab2 Mon Sep 17 00:00:00 2001 From: Sai Sharan Tangeda Date: Sun, 24 Jan 2021 13:29:04 +0530 Subject: [PATCH] Update Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94d0e912..2506ae25 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ This version of mp-quic is not dependent on quic-go, and can be installed as a s - Install hdf5 library in your PC before executing this In mac: ` brew install hdf5` + + In Ubuntu: ` sudo apt-get install libhdf5-serial-dev` + - Run ` export GOPRIVATE=github.com/SHARANTANGEDA` in command-line before importing private-packages