Browse Source

Doc: Update dependency related info

Release_3.2
heck 2 years ago
parent
commit
ed4d0f606f
  1. 11
      DEPENDENCIES
  2. 7
      README.md

11
DEPENDENCIES

@ -1,13 +1,4 @@
# libpEpAdapter for release branch 3.2
# 1st Party Dependencies
## Prefer git tags instead of SHA hashes when possible.
# Change:
# libpEpAdapter does not specify any dependencies atm.
# libpEpAdapter is always being used as part of an adapter
# This adapter has to specify the pEpEngine version .e.g
# fdik: dep graph has to be taken from DEP file
# fdik: dependencies need to be resolved recursively from top to bottom
# fdik: stack then needs to be built from the bottom up
libpEpCxx11=3.3.0-RC0

7
README.md

@ -14,6 +14,13 @@ cp build.conf.example build.conf
Then, tweak it to your needs.
## Build Dependencies
The aim of libpEpAdapter is to stay 3rd party dependency free.
The 1st party direct dependencies are specified in the DEPENDENCIES file.
Please note: The tests require the testframework PityTest11 to be installed in the PREFIX specified.
## Make Targets
The default make target is `src`.

Loading…
Cancel
Save