From 7fe2c61e6756018320569533748868a3a85d258f Mon Sep 17 00:00:00 2001 From: "dylan.frei" <dylan.frei@etu.hesge.ch> Date: Mon, 2 Sep 2024 15:49:57 +0200 Subject: [PATCH] Update file README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52d174a..6d1c72c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,19 @@ their implementation possible. - bin2vhdl program is provided with its Makefile - Hepia-RISC .circ file is provided in hepiariscv2/ - qemu-hr executable is provided in qemu-hr/ -- If you wish to rebuild qemu, the patch for qemu version 8.0.50 is in qemu-hr/qemu-hr.patch +- If you wish to rebuild qemu, the sources are provided in qemu-hr/ + +### Compiling qemu-hr from source + +Enter the qemu-hr sources and build using the qemu build system : + +``` +cd qemu-hr +mkdir build +cd build +../configure +make +``` ## Usage -- GitLab