make: install: Command not found

后端 未结 1 1609
故里飘歌
故里飘歌 2021-01-25 12:40

While I\'m trying to install git from its source on qnx, I get the following error (note that pound is a prompt for sudo in qnx):

1条回答
  •  遥遥无期
    2021-01-25 13:03

    There is no problem with the makefile. Check if you have install utility

    $~ install --help
    

    If you dont have then you can get it from GNU coreutils. If you have install somewhere then export its path in PATH variable

    export PATH=$PATH:/path/to/install-utility
    

    0 讨论(0)
提交回复
热议问题