From e79cceb52e59b86b5aa18d8b16301847f09ddb4f Mon Sep 17 00:00:00 2001 From: "H. Watanabe" Date: Fri, 17 Apr 2015 11:25:32 +0900 Subject: [PATCH] adds README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..de9a167 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +Usage: + +If you have Borland C++ Builder, then + +$ make + +will give you qcad.exe + +You can build CUI version of qcad by + +$ make qcrun + +The CUI version will be appear in the directory "compiler". + +You can use it as + +$ ./qcrun sample.mcd + -- 2.11.0