Telegram-cli 설치시 에러
여기 사이트 보면서 설치하는데
git git clone --recursive https://github.com/vysheng/tg.git
후
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev libpython-dev make
후
./configure
할때
configure: error: no libevent found 에러 발생
여기 정답 있음
https://stackoverflow.com/questions/21926202/libevent-not-found-error-in-tmux
정답은 sudo apt-get install libevent-dev
하는것
이후에 가장 걸림돌은configure: error: No lua found
이거 해결은 정확히는 모르겠으나 아래 페이지 답글 다 해보니 된다
https://github.com/Shougo/neocomplete.vim/issues/31
아마도 아래 답이 정답인듯
https://github.com/Shougo/neocomplete.vim/issues/31#issuecomment-34733680
즉, sudo apt-get install lua5.2
sudo apt-get install lua5.2-dev