From 5d9fef4cc9524ede3e39fd2d9dca81010169d54a Mon Sep 17 00:00:00 2001 From: Li Date: Sat, 21 Oct 2023 15:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 773e606..4409055 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ 由于教学资料中没有实验报告的模版,暂时只提交说明性文件。 +## 警告 + +头歌平台上直接查看 .gitignore 和 Makefile 时,得到的是 base64 编码后的结果。这可能是个 bug。 +请从平台通过下载 zip 的方式下载本程序所有文件之后,从其中查看这两个文件。 + ## 程序运行 ### 类 Unix 系统(macOS, Linux) @@ -16,9 +21,12 @@ > 输入 `make clean` 可以清除已编译的文件,只留源代码 -### Windows 下(Visual Studio中运行) +### Windows 下 -暂时待补充。 +- 安装 mingw-w64 编译器。把它的 `bin` 文件夹添加到环境变量里。 +- 在终端(powershell , cmd 都行)中打开作业所在文件夹,输入 `mingw32-make` 即可编译 +- 输入 `SudokuMatrix` 即可运行程序 +- Release 文件夹下提供了一份已编译的 Windows 程序(64位),仅测试了 `solveMatrix`. ## 程序内容