diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-03-01 20:52:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 20:52:15 -0500 |
commit | 3fbe74a1067a6e94d62a53d4df834ff425c2c64a (patch) | |
tree | ecadb88ef81a84dddae4060f7ebae8c10ced3c31 /README.md | |
parent | c0cc99e78ded54b6f5958ce5fd41eb88c74ebc07 (diff) | |
parent | a81e74ecfc73e27cceba863b8c780ebde51a8d47 (diff) |
Merge pull request #1 from bdunahu/bdunahu
Updated README, ccls local setup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |