Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding some hints for linux build

Signed-off-by: 3dJan <56254096+3dJan@users.noreply.github.com>
  • Loading branch information
3dJan authored Jan 27, 2025
1 parent 4142131 commit 6503afc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ During the configuration process CMake will download and compile the dependencie

- Install a OpenCL SDK (see above), some distributions provide OpenCL as a package or as part of the display driver
- Install vcpkg (<https://github.com/Microsoft/vcpkg>)
For debian based distros like Ubuntu you can do
`apt install git curl zip unzip pkgconfig`
`git clone https://github.com/microsoft/vcpkg.git`
`cd vcpkg && ./bootstrap-vcpkg.sh`
For other distros consult <https://learn.microsoft.com/en-us/vcpkg/concepts/supported-hosts>
- Install CMake and Ninja
- clone this repository and update the submodules:

Expand Down

0 comments on commit 6503afc

Please sign in to comment.