From 952a8e5dcc75c857ab305edaba152463cb77f4c5 Mon Sep 17 00:00:00 2001 From: samywang92 Date: Wed, 8 May 2024 14:13:01 -0700 Subject: [PATCH 1/2] update readmes --- BUILD-Linux.md | 4 +++- BUILD-Windows.md | 4 +++- README.md | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) 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..b1ca7faf 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 ``` ## 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 From 358d17b9260c1a02e03fdb08df159714a3a38bbc Mon Sep 17 00:00:00 2001 From: Takuro Iizuka Date: Thu, 23 May 2024 12:52:57 -0700 Subject: [PATCH 2/2] Added triplet specification --- BUILD-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD-Windows.md b/BUILD-Windows.md index b1ca7faf..9796b562 100644 --- a/BUILD-Windows.md +++ b/BUILD-Windows.md @@ -16,7 +16,7 @@ We recommend to setup libjpeg-turbo, libpng and zlib by [vcpkg](https://vcpkg.io In root folder of `ion-kit` run: ```sh -vcpkg install +vcpkg install --triplet x64-windows-static ``` ## 2. Build