mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Update README.md
This commit is contained in:
parent
abdea91120
commit
efe12ca6bf
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -57,9 +57,13 @@ More detailed build instructions can be found [here](docs/install_vortex.md).
|
|||
$ cd Vortex
|
||||
### Configure your build folder
|
||||
# By default, the toolchain default install location is the /opt folder and can be overridden by setting --tooldir.
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ ../configure --xlen=32 --tooldir=$HOME/tools
|
||||
# This is the example for volvo server
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-05-22
|
||||
source ./ci/toolchain_env.sh
|
||||
```
|
||||
### Install prebuilt toolchain
|
||||
$ ./ci/toolchain_install.sh --all
|
||||
### set environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue