From ed4d0f606f158cea66ea7f8c8cefdfb576210adf Mon Sep 17 00:00:00 2001 From: heck Date: Mon, 28 Aug 2023 19:15:42 +0200 Subject: [PATCH] Doc: Update dependency related info --- DEPENDENCIES | 11 +---------- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index ef5a86d..9017b17 100644 --- a/DEPENDENCIES +++ b/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 diff --git a/README.md b/README.md index f7d0476..4663db2 100644 --- a/README.md +++ b/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`.