https://github.com/georgtree/tclmeasure
https://github.com/georgtree/tclmeasure
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/georgtree/tclmeasure
- Owner: georgtree
- License: lgpl-2.1
- Created: 2025-07-19T15:05:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T18:48:13.000Z (11 months ago)
- Last Synced: 2025-07-22T20:36:31.956Z (11 months ago)
- Language: M4
- Size: 225 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content
- [Emulation of measure command in SPICE](https://georgtree.github.io/tclmeasure/index-tclmeasure.html)
# Installation and dependencies
For building you need:
- [Tcl9](https://www.tcl.tk/software/tcltk/9.0.html) or [Tcl8.6.15](https://www.tcl.tk/software/tcltk/8.6.html)
- [gcc compiler](https://gcc.gnu.org/)
- [make tool](https://www.gnu.org/software/make/)
For run you also need:
- [argparse](https://github.com/georgtree/argparse)
- [Tcllib](https://www.tcl.tk/software/tcllib/)
To build run
```bash
./configure
make
sudo make install
```
If you have different versions of Tcl on the same machine, you can set the path to this version with `-with-tcl=path`
flag to configure script.
For Windows build it is strongly recommended to use [MSYS64 UCRT64 environment](https://www.msys2.org/), the above
steps are identical if you run it from UCRT64 shell.
There are prebuilt packages that contains .so/.dll files, tcl code and tests for Windows and Linux.
# Supported platforms
Any OS that has tcl8.6/tcl9.0 (Linux, Windows, FreeBSD).
# Documentation
You can find some documentation [here](https://georgtree.github.io/tclmeasure).
Also on Linux you can open manpages installed after run of `make install`.