diff --git a/BUILD-Linux.md b/BUILD-Linux.md index 97b0ccc0..3c6b7f36 100644 --- a/BUILD-Linux.md +++ b/BUILD-Linux.md @@ -17,8 +17,10 @@ curl -sL https://github.com/halide/Halide/releases/download/v16.0.0/Halide-16.0. We recommend to setup libjpeg-turbo, libpng and zlib by [vcpkg](https://vcpkg.io/). +In root folder of `ion-kit` run: + ```sh -vcpkg install libjpeg-turbo libpng zlib +vcpkg install ``` ## 2. Build diff --git a/BUILD-Windows.md b/BUILD-Windows.md index 7694d048..9796b562 100644 --- a/BUILD-Windows.md +++ b/BUILD-Windows.md @@ -13,8 +13,10 @@ For Halide, please find latest binary release [here](https://github.com/halide/H We recommend to setup libjpeg-turbo, libpng and zlib by [vcpkg](https://vcpkg.io/). +In root folder of `ion-kit` run: + ```sh -vcpkg install libjpeg-turbo:x64-windows-static libpng:x64-windows-static zlib:x64-windows-static +vcpkg install --triplet x64-windows-static ``` ## 2. Build diff --git a/README.md b/README.md index 225b80c4..2d70ec2a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ You can also run the pipeline immediately on your host machine. You can download the official binary package from [release](https://github.com/fixstars/ion-kit/releases). +If you wish to build using our repository, please use branch `release/v1` which utilizes Halide16. We are currently working on migrating to Halide17 on the `main` branch. + ```c++ #include