Skip to content

Commit

Permalink
Python3.8 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Apr 10, 2024
1 parent fc3dc63 commit a69e293
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/buildHostLin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ You will...
export XILINX_VITIS=${XILINX_LOC}
export VITIS_ROOT=${XILINX_LOC}
```
1. Vitis requires some python3.8 libraries:

```
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt install libpython3.8-dev
```

### Update Linux

Expand Down

0 comments on commit a69e293

Please sign in to comment.