mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
merge into vortex_vm
This commit is contained in:
commit
86b0bdd93c
1 changed files with 3 additions and 2 deletions
|
@ -56,11 +56,12 @@ More detailed build instructions can be found [here](docs/install_vortex.md).
|
|||
```
|
||||
### Install Vortex codebase
|
||||
```
|
||||
git clone --depth=1 --recursive git@github.com:gthparch/vortex_vm.git
|
||||
cd vortex_vm
|
||||
git clone --depth=1 --recursive git@github.com:vortexgpgpu/vortex.git -b vortex_vm
|
||||
cd vortex
|
||||
```
|
||||
|
||||
### Configure your build folder
|
||||
#
|
||||
# By default, the toolchain default install location is the /opt folder and can be overridden by setting --tooldir.
|
||||
# This is the example for volvo server
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue