Skip to content

cbt-2024.10.31

Latest
Compare
Choose a tag to compare
@swar-mukh swar-mukh released this 31 Oct 14:21
· 1 commit to main since this release

Here with the seventh public release of cbt i.e. cbt-2024.10.31!

This is a minor release primarily focused on fixing a bug and other minor enhancements.

Features

  1. Compile, test and build simply by invoking commands
  2. Use ready-made scaffold file content or customise/update it
  3. Use cbt_tools library AS IS or customise it as per project requirements

Installation

Note 1: Currently, binaries for only Ubuntu and Windows platforms are provided. For other platforms, refer to README.md for instructions on building from source.
Note 2: cbt relies on g++ for the underlying compilation mechanism. Ensure you have the GNU toolchain for your respective platform.

Steps

  1. Download the binary and the <platform>.sha256.checksum.txt for your respective platform.
  2. IMPORTANT: Ensure that the integrity of the binary is preserved by verifying it through the respective <platform>.sha256.checksum.txt file.
  3. Rename the binary to just cbt (or cbt.exe on Windows).
  4. On *nix platform, move the binary to /opt directory.
  5. On Windows, create a new folder C:\CBT\ and move the binary under it.
  6. Update PATH accordingly for your respective platform.
  7. Run cbt help.

You are good to go!

Highlights

Full Changelog: refer here