I've cloned the following git,并按照说明进行操作:
在计算机上克隆此存储库:
git clone https://github.com/ghoost82/mijia-720p-hack.git
然后进入克隆目录,生成二进制文件并将其安装到sdcard基本目录
cd mijia-720p-hack make make install
出于某种原因,我无法执行“ make install”甚至“ make”。我收到以下错误:
C:\Users\home\gitclone\mijia>make
mkdir -p C:/Users/home/gitclone/mijia/src && \
wget -t 2 -T 10 -c -O src/dropbear-2017.75.tar.bz2 https://matt.ucc.asn.au/dropbear/releases/dropbear-2017.75.tar.bz2 || rm -f src/dropbear-2017.75.tar.bz2
The syntax of the command is incorrect.
'rm' is not recognized as an internal or external command,
operable program or batch file.
make: *** [src/dropbear-2017.75.tar.bz2] 1 הלקת
为什么会这样?如何使用make install?
在Windows 10 64位上使用GNUWIN make,“ make”位于PATH中
如上所述,您不能在Windows计算机上对其进行编译。最简单的方法可能是下载例如VirtuaBox,安装一些Linux发行版(Fedora / Ubuntu),然后在本地Linux上编译该项目。查看Makefile文件,这将为您节省很多麻烦。.