mpsijm / gyazo-gif-for-linux

A script for recording a GIF with Byzanz and uploading it to Gyazo.
GNU General Public License v3.0
8 stars 4 forks source link

Output in gyazo website is png. #5

Open sanchocreativo opened 4 years ago

sanchocreativo commented 4 years ago

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.cpkg-config --libs gtk+-3.0``

Run gyazo-gif but the output was .png. I am missing something?