From 158c92dbb98c878d4e5cae3060acb4ef103a1f8f Mon Sep 17 00:00:00 2001 From: bebopagogo Date: Tue, 21 Jan 2020 22:05:20 -0500 Subject: [PATCH] added protolib submodule --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f76ac2..feaa122 100644 --- a/README.md +++ b/README.md @@ -111,5 +111,12 @@ The NORM code depends upon the current "Protolib" release: https://github.com/USNavalResearchLaboratory/protolib -The "protolib" source tree (or a symbolic link to it) must be placed in the top level of the "norm" source tree. The NORM build will build the protolib as needed. - +It has been addded as a git submodule to the NORM git repository. So, to +to build you will need to do the following step to download the protolib code +after cloning the 'norm' repository: + +cd norm +git submodule update --init + + +