We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am losing something here? I followed this steps.
Installed required packages: apt install byzanz libgtk-3-dev gyazo-for-linux
Clone this repository
Compile the .c file using make.
Here I did make byzanz-get-rect
make byzanz-get-rect
and I got cc -Wall -Wno-deprecated-declarations \pkg-config --cflags gtk+-3.0\ -o byzanz-get-rect byzanz-get-rect.c pkg-config --libs gtk+-3.0``` `
cc -Wall -Wno-deprecated-declarations \pkg-config --cflags gtk+-3.0\ -o byzanz-get-rect byzanz-get-rect.c
Run gyazo-gif but the output was .png. I am missing something?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am losing something here? I followed this steps.
Installed required packages: apt install byzanz libgtk-3-dev gyazo-for-linux
Clone this repository
Compile the .c file using make.
Here I did
make byzanz-get-rect
and I got
cc -Wall -Wno-deprecated-declarations \pkg-config --cflags gtk+-3.0\ -o byzanz-get-rect byzanz-get-rect.c
pkg-config --libs gtk+-3.0````
Run gyazo-gif but the output was .png. I am missing something?
The text was updated successfully, but these errors were encountered: