Closed unhammer closed 3 years ago
Hello @unhammer
I do apologize for the confusion. GObject Introspection is a dependency of a dependency of Gifcurry.
The GitHub build instructions are left intentionally vague since the platform is unknown in that context. The macOS build instructions do go through the step of installing all of the transitive dependencies via Homebrew.
Still, I have now referenced it in all of the appropriate places.
I noticed you are using Xubuntu. If you'd like, you can skip building Gifcurry and use the pre-built binaries found on the releases page.
:+1:
Thanks! I did see the releases (love how easy you made it to run), but this time I was just playing around with the code, so wanted to be able to compile.
When building the
git clone
withstack build
, I getwhich is solved with
sudo apt-get install libgirepository1.0-dev
on Ubuntu.followed by
which is solved with
sudo apt-get install libgtk-3-dev
on Ubuntu.I'd send a PR against the README, but I didn't quite understand in what section of the build instruction list to put it ("github"? But then why are there both mac→compile and github compile instructions?)