summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-03-01 20:52:15 -0500
committerGitHub <noreply@github.com>2025-03-01 20:52:15 -0500
commit3fbe74a1067a6e94d62a53d4df834ff425c2c64a (patch)
treeecadb88ef81a84dddae4060f7ebae8c10ced3c31 /README.md
parentc0cc99e78ded54b6f5958ce5fd41eb88c74ebc07 (diff)
parenta81e74ecfc73e27cceba863b8c780ebde51a8d47 (diff)
Merge pull request #1 from bdunahu/bdunahu
Updated README, ccls local setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6a8982d..34ae8af 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,19 @@
# Risc V[ECTOR]
+## dependencies
+- cmake
+- g++ (GCC) 11.4.0
+- python 3.10 or newer
+- catch2 version 3.5.3
+
## to compile
Generate the build directory with
+
`cmake -S . -B build`
-then
-`cmake --build build`
-## to test
+then compile both the simulator and tests with
+
+`cmake --build build`
# about