Update README.md

pull/18/head
Brian Adamson 2020-12-14 11:43:42 -05:00 committed by GitHub
parent bc2536b1d7
commit 6444f236b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 6 deletions

View File

@ -30,17 +30,22 @@
*
********************************************************************/
This is the NRL NORM source code repository.
This is a release of the NRL NORM source code.
The Github "Discussions" feature is available here for comment and question in addition
to the regular code issue reporting:
A Google Groups forum is available at
https://groups.google.com/forum/#!forum/norm-dev
https://github.com/USNavalResearchLaboratory/norm/discussions
SOURCE CODE
===========
The "norm" source Git repository includes "protolib" as a git submodule. You can
add the "--recurse-submodules" to your git clone command to automate inclusion:
git clone --recurse-submodules https://github.com/USNavalResearchLaboratory/norm.git
The following items can be built from this source code release:
1) libnorm.a - static NORM library for Unix platforms, or
@ -116,8 +121,11 @@ The NORM code depends upon the current "Protolib" release:
https://github.com/USNavalResearchLaboratory/protolib
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:
to build you will need to do the following steps to download the protolib code:
git clone --recurse-submodules https://github.com/USNavalResearchLaboratory/norm.git
Alternatively after a basic "git clone" you can do the folowing to pull in the protolib source:
cd norm
git submodule update --init