From cf7006376d2c40f17786e1f5813755a9b5bc60b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Wed, 2 Oct 2019 09:25:04 +0200 Subject: [PATCH] Add new tip for dependencies Reviewed-By: Christian Heimes --- BUILD.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUILD.txt b/BUILD.txt index c430f880b..48333d1c0 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -15,6 +15,13 @@ TIP: For building with latest dependencies for freeipa master enable copr repo: see: https://copr.fedorainfracloud.org/coprs/g/freeipa/freeipa-master/ +TIP: You might need to enable the "nodejs" module: + +# dnf module list nodejs +# dnf module enable nodejs: -y + +For more dependencies management tips, you can have a look at ./ipatests/azure/templates/prepare-build.yml + Building --------