PDB-REDO/dssp

Can you help me for installation?

Closed this issue · 1 comments

명령어 'cmake' 을(를) 찾을 수 없습니다. 그러나 다음을 통해 설치할 수 있습니다:
(cannot find command 'cmake'. but you can install by this:)

sudo snap install cmake # version 3.21.4, or
sudo apt install cmake # version 3.16.3-1ubuntu1

'snap info cmake'에서 추가적인 버전을 확인하십시오.
(Check out the additional version in 'snap info cmake'.)

I success git clone and make build directory, but failed where cmake .. , it prints upper message.
I am using Ubuntu 20.04 LTS, and I tried substitute cmake to make but it failed by:
make: '..'을(를) 위해 할 일이 없습니다.
(make: There's nothing to do something for '..')