https://github.com/alerighi/tetris 에서 다운로드 받은 게임의 설치 및 실행에 대해 질문드립니다.
https://github.com/alerighi/tetris 에서 Download.Zip 파일을 다운로드 받았습니다.
다운로드 받아 압축을 해제한 파일 리스트는 아래와 같습니다.
여기에서 게임 설치 및 실행 방법이 어떻게 되나요?
지도 부탁드립니다.
https://github.com/alerighi/tetris 에서 예시된데로
make ./tetris
라고 명령을 입력하니 실행되지 않습니다.
매번 설치와 실행에 대해 질문드리는게 폐가 될 것 같습니다.
게임 설치와 실행에 대한 요령이 있을까요?
지도 부탁드립니다.
readme 파일에 써있네요
Tetris game written in C with ncurses libraries.
## Installation
## Execution
Compile with `make`. Note: on Ubuntu, Debian and derivates you need to install the package `libncurses-dev`. You can the run the game with `./tetris`, or install it in `/usr/local/bin` with `sudo make install`.
```bash
make
./tetris
```
NOTE: on Ubuntu/Debian you need the package `libncurses-dev`
libncurses-dev 패키지 파일이 필요하고
sudo make install
make
./tetris 이렇게 실행 해보심되겠네요