Browse Source

README.md: Explicitly list the requirement of a separate build directory.

h/t Karsten Merker
pull/53/head
Andrew Waterman 9 years ago
parent
commit
3aebe0db7f
  1. 2
      README.md

2
README.md

@ -19,6 +19,8 @@ Build Steps
We assume that the RISCV environment variable is set to the RISC-V tools
install path, and that the riscv-gnu-toolchain package is installed.
Please note that building the binaries directly inside the source
directory is not supported; you need to use a separate build directory.
$ mkdir build
$ cd build

Loading…
Cancel
Save