Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readmes #274

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion BUILD-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion BUILD-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
iitaku marked this conversation as resolved.
Show resolved Hide resolved
```

## 2. Build
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ion/ion.h>

Expand Down
Loading