Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
clarify absolute paths needed for building
  • Loading branch information
Kristof Denolf authored and GitHub Enterprise committed Aug 23, 2021
1 parent e661bc3 commit 68c6b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ git clone https://github.com/Xilinx/cmakeModules
git clone https://github.com/Xilinx/mlir-aie
mkdir build; cd build
cmake -GNinja \
-DLLVM_DIR=${LLVMBUILD}/lib/cmake/llvm \
-DMLIR_DIR=${LLVMBUILD}/lib/cmake/mlir \
-DCMAKE_MODULE_PATH=/path/to/cmakeModules/ \
-DLLVM_DIR=${absolute path to LLVMBUILD}/lib/cmake/llvm \
-DMLIR_DIR=${absolute path to LLVMBUILD}/lib/cmake/mlir \
-DCMAKE_MODULE_PATH=/absolute/path/to/cmakeModules/ \
-DVitisSysroot=${SYSROOT} \
-DCMAKE_BUILD_TYPE=Debug \
..
Expand Down Expand Up @@ -81,4 +81,4 @@ setenv LD_LIBRARY_PATH ${MLIRAIE}/lib:${LD_LIBRARY_PATH}
```

-----
(c) Copyright 2019-2021 Xilinx Inc.
(c) Copyright 2019-2021 Xilinx Inc.

0 comments on commit 68c6b5a

Please sign in to comment.