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

No dll in the newest release #119

Open
brian6932 opened this issue May 3, 2020 · 5 comments
Open

No dll in the newest release #119

brian6932 opened this issue May 3, 2020 · 5 comments

Comments

@brian6932
Copy link

The last dll was on the 0.8.5 release, 10.1 does not have one

@kornelski
Copy link
Member

I don't recall publishing a DLL.

If you want one:

  1. Install Rust https://www.rust-lang.org/tools/install and restart your terminal to see new PATH

  2. git clone https://github.com/ImageOptim/gifski
    cd gifski
    cargo build --lib --release
  3. The DLL will be in target\release\gifski.dll

@DumbJoe
Copy link

DumbJoe commented Aug 27, 2020

The last dll was on the 0.8.5 release,

No it didn't, check: https://github.com/ImageOptim/gifski/releases/download/0.8.5/gifski-0.8.5.tar.xz

Also, why do you even need a dll for anyways if one file is good enough?

@brian6932
Copy link
Author

I know I haven't replied in this thread for a while, but for reference, the reason I wanted the .dll file was because ScreenToGif exclusively uses .dll files, and the one that I was using with it was buggy and had trouble with high fps. The method that @kornelski recommended does work, although it would be pretty nice to just have it bundled in the release file imo.

@Vankog
Copy link

Vankog commented Jun 1, 2021

Is there a way to get the DLL without any self-building?

@kornelski
Copy link
Member

No, you need to build yourself. But it shouldn't be too hard (see previous comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants