Learning-Go-zh-cn
Learning-Go-zh-cn copied to clipboard
make命令失败 Failure to read path is not on or below "." 无法生成html

PS C:\Users\ThinkPad\Downloads\Learning-Go-zh-cn-master\Learning-Go-zh-cn-master> make
mmark -html -head inc/head.html -css inc/book.css learninggo.md > learninggo.html 2019/04/01 20:56:17 Failure to read: "..\src\basics\helloworld.go": path is not on or below "."
这是运行环境下的make和mmark版本 文件helloworld.go可以找到 但是Make失败


😢 😢 需要帮助
抱歉,由于这个 LaTeX 的编译是在 Linux 下编写的,所以不兼容 Windows。建议还是安装虚拟机的 Linux 进行编译,比较容易。而我也没有 Windows 环境可以测试到底是什么地方出了问题。不过我感觉是路径正反斜杠符号的问题。
原来如此 谢谢您
唉,我连basics目录都没有