This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
smallhadroncollider
released this
26 Jan 12:40
·
3 commits
to master
since this release
- adds
--no-color
option
Installation
- Mac (Homebrew):
brew install cmt
- Mac/Linux: download binary and place it in a directory in your
$PATH
(e.g./usr/local/bin
) - Debian (including Ubuntu): download the
.deb
file and rundpkg -i cmt-0.7.1_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above