Windows 용 Linux 설치 명령에 해당하는 것은 무엇입니까?


1

installPowerShell 에서 명령을 실행하면 다음이 제공됩니다.

$ install
install : The term 'install' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ install
+ ~~~~~~~
+ CategoryInfo          : ObjectNotFound: (install:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

기본적으로 make installWindows 개발자 에게 대상 을 제공하고 싶습니다 . Linux make install에서는 install명령을 사용하여 로컬 경로에서 시스템 경로로 이동하십시오. installWindows 사용자에 해당하는 명령이 있습니까?


2
실제로 동등한 것은 없습니다. Windows 패키지는 일반적으로 자동 설치 실행 파일이거나로 설치되는 특정 형식의 아카이브입니다 msiexec. 소스 패키지는 일반적으로 MakeFile에서 직접 설치됩니다.
AFH

Windows 용 설치는 설치가됩니다. 예를 들어 superuser.com/q/405158/132604 를 참조하십시오
Sampo Sarrala

@SampoSarrala 그것은 내가 요구하는 것이 아닙니다.
bacongobbler

답변:


1

아니오, GNU와 동등한 것은 없습니다 install. 그러나 바이너리를 복사하고 %PATH%그에 따라 변수를 업데이트하여 대체 할 수 있습니다 .

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.