icholy / ttygif

Convert terminal recordings to animated gifs
MIT License
3.95k stars 255 forks source link

Get error when install ttygit in arch i686 #77

Closed wsdjeg closed 7 years ago

wsdjeg commented 7 years ago
==> ERROR: ttygif is not available for the 'i686' architecture.

==> ERROR: An unknown error has occurred. Exiting...

when run makepkg -is in ttygit repo, I get these errors

icholy commented 7 years ago

@polyzen ?

polyzen commented 7 years ago

@wsdjeg, build with makepkg -Ais. The PKGBUILD has arch=('x86_64') as that's the only architecture it's been tested on. If it works for you, I will add i686.

-A, --ignorearch Ignore a missing or incomplete arch field in the build script. This is for rebuilding packages from source when the PKGBUILD may be slightly outdated and not updated with an arch=('yourarch') field.

wsdjeg commented 7 years ago

I will test it latter.

wsdjeg commented 7 years ago

tty

seems it works well for me.

polyzen commented 7 years ago

Great. Will update the package momentarily.

icholy commented 7 years ago

Has this been resolved?

wsdjeg commented 7 years ago

but I found a issue:

  1. run ttyrec test
  2. then run vim foo.txt

the vim's screen is too small,

icholy commented 7 years ago

@wsdjeg I don't understand.

wsdjeg commented 7 years ago

here is a picture, the vim is only 1/4 of the terminal

2017-07-07-21 17 50

icholy commented 7 years ago

You have to keep it the same size as when you recorded it. Also, nice i3 setup :)

wsdjeg commented 7 years ago

I do not change the terminal size when run ttyrec and vim it is a i3-wm windows (only one window)

2017-07-07-21 19 01

icholy commented 7 years ago

Does it look right when you use ttyplay?

wsdjeg commented 7 years ago

ttyplay is same, the vim is 1/4 of terminal

wsdjeg commented 7 years ago

here is vedio: https://asciinema.org/a/ekn5zSNDk0zL1nBjKhCdZwJ3u

icholy commented 7 years ago

@wsdjeg then that's an issue with ttyrec, can't help you.

wsdjeg commented 7 years ago

Thanks.

wsdjeg commented 7 years ago

clossing. If I found solution, I will post here.

wsdjeg commented 7 years ago

@icholy I found a post about it, here is a link:

http://raf.zyks.org/2017-07-06-termcasting.html