need cmake installed. recommand that you create a build directory and building there instead of source dir
- mkdir build
- cd build
- cmake ..
- make
after above steps, binary gds2txt is generated under build dir
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