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 사용자에 해당하는 명령이 있습니까?
Windows 용 설치는 설치가됩니다. 예를 들어 superuser.com/q/405158/132604 를 참조하십시오
—
Sampo Sarrala
@SampoSarrala 그것은 내가 요구하는 것이 아닙니다.
—
bacongobbler
msiexec. 소스 패키지는 일반적으로 MakeFile에서 직접 설치됩니다.