From: Luke Kenneth Casson Leighton Date: Tue, 4 May 2021 14:39:10 +0000 (+0100) Subject: add links in README X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3eb1587ecece3c4bc99f62581a6d574bb9436790;p=soc.git add links in README --- diff --git a/README b/README new file mode 120000 index 00000000..42061c01 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/README.md b/README.md index 9dbcbeaf..8922d36f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ and Sorbonne University lip6.fr # Installation - make gitupdate +Best done using the dev-env-setup scripts: +https://git.libre-soc.org/?p=dev-env-setup.git;a=summary + make install make test # optional (ish) @@ -32,3 +34,5 @@ this to work: apt-get install gcc-9-powerpc64-linux-gnu +Or, use this dev-env-script: +https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD