Can you help me for installation?
Closed this issue · 1 comments
koreanraichu commented
명령어 '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 '..')
mhekkel commented
Well, the message is quite clear: use
sudo snap install cmake
or
sudo apt install cmake
to install the cmake program and try again.
…-maarten
Op 16-11-2021 om 08:12 schreef K.S.Ha:
명령어 '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 '..')
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#30>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNA47GZPR7NZSE6PNNW4UDUMH77XANCNFSM5IDQNJ4A>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Maarten L. Hekkelman
http://www.hekkelman.com/