pandafeeder / gds_txt_converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gds_txt_converter

BUILD:

need cmake installed. recommand that you create a build directory and building there instead of source dir

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

after above steps, binary gds2txt is generated under build dir

USAGE:

Usage:
  ./gds2txt [OPTION...]

  -g, --gds2txt     convert gds to txt
  -t, --txt2gds     convert txt to gds
  -i, --input arg   input file
  -o, --output arg  output file
  -h, --help        Print help

About


Languages

Language:C++ 99.7%Language:CMake 0.2%Language:Shell 0.1%Language:C 0.1%