From 417de731ff396d30cfb30f6b838030aae095f2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B9=98=E8=8E=B2?= Date: Tue, 9 Sep 2025 17:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9345c66..9b83005 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ dxf2elmt is CLI program which can convert .dxf files into [QElectroTech](https:/ The goal of this program is to create a fast and accurate conversion tool to be used with [QElectroTech](https://qelectrotech.org/). +## 注意:提前配置好RUST的环境 +配置环境参考:https://www.cnblogs.com/timefiles/p/17930394.html + +修改完代码后如何运行: + +1.先编译:cargo build --release + +2.然后在项目目录下找到:target->release->dxf2elmt.exe,然后按下面"How to Use"的方法测试 + ## How to Use dxf2elmt requires only one input from the user, the input file.