Выполнение команды install
в PowerShell дает мне:
$ 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 install
для разработчиков Windows. В linux make install
использует команду install
чтобы переместить его с локального пути на системный путь. Есть ли эквивалентная команда для install
для пользователей Windows?