OSDN Git Service

revises makefile of htdocs
[qcad/qcad.git] / README
1 Usage:
2
3 If you have Borland C++ Builder, then
4
5 $ make
6
7 will give you qcad.exe 
8
9 You can build CUI version of qcad by
10
11 $ make qcrun
12
13 The CUI version will be appear in the directory "compiler".
14
15 You can use it as
16
17 $ ./qcrun sample.mcd
18