From 4ae12fb940274bca392a462b6f98bfccf67a6645 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 6 Jul 2022 20:55:20 +0100 Subject: [PATCH] add mention of dependent scripts needed for kestrel build --- build_kestrel | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build_kestrel b/build_kestrel index eef4c69..46e8322 100755 --- a/build_kestrel +++ b/build_kestrel @@ -4,7 +4,15 @@ # Licensed under the terms of the GNU LGPLv3+ # # Ensure that the LibreSoC packages and HDL tools -# are installed prior to running this script! +# are installed prior to running this script, +# as well as the kestrel repos +# +# ./install-hdl-apt-reqs +# ./hdl-dev-repos +# ./hdl-tools-yosys +# ./ppc64-gdb-gcc +# ./nextpnr-ecp5 +# ./hdl-kestrel-repos set -e -- 2.30.2