Skip to content

Commit 0fb9e35

Browse files
committed
update docs
1 parent 0b91d89 commit 0fb9e35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ Building the Rev SST component from source using CMake (>= 3.19) can be performe
4343
git clone
4444
git config core.hooksPath .githooks
4545
cd rev/build
46-
cmake -DRVCC=/path/to/riscv/compiler/exe ..
46+
cmake -DRVCC=/path/to/riscv/c/compiler/exe -DRVCXX=/path/to/riscv/c++/compiler/exe ..
4747
make -j
4848
make install
4949

50+
RVCC and RVCXX can be set as environment variables in lieu of passing them to CMake.
51+
5052
Additional build options include:
5153
* -DBUILD_ASM_TESTING=ON
5254
* -DBUILD_DOCUMENTATION=ON : enables Doxygen source code generation (use `make doc`)

0 commit comments

Comments
 (0)