-
make: * No rule to make target 'tgl/scheme.tl', needed by 'auto/scheme.tl'. Stop. 에러 해결방법0x04 Security/system 2015. 1. 9. 12:32
make: * No rule to make target 'tgl/scheme.tl', needed by 'auto/scheme.tl'. Stop. 에러 해결방법
telegram-cli 설치후 make가 위와 같이 발생할 경우에는 다음과 같이 해결한다.
먼저 설치했던 디렉토리 파일들을 모두다 제거한뒤에
git clone --recursive https://github.com/vysheng/tg.git && cd tg
./configure
make
그럼 해결될것이다.