From 28e795b642e70fa136bf3585e863a3b87ea20144 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 13 Jul 2022 15:26:12 +0200 Subject: [PATCH] Updated for release. --- CHANGELOG.md | 5 ++--- readme.md | 22 +++++++++++++++------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a6ba3..bacd006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [7.3] - 2022-07-13 ### Added -- Installers for Windows and Ubuntu are now available. -- Mac brew installer coming shortly. +- Installers for Windows, Ubuntu and Mac (brew) are now available. - The encoder can be run in parallel on mutliple threads, by setting `cwipc_encoder_params.n_parallel` to a value greater than `1`. ### Changed diff --git a/readme.md b/readme.md index b66c497..6e88f5c 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ Python requires a specific mention: if you have already installed a version of P Sometimes you must manually re-run the _Install cwipc utilities_ from the Windows start menu after installing. We are unsure why... -## Linux +### Linux The installer is currently only available for Ubuntu 20.04. @@ -47,15 +47,21 @@ The Kinect and Realsense SDKs will not be automatically installed, because they Inspect `/usr/share/cwipc/scripts/install-3rdparty-ubuntu2004.sh` to see how to install them. -## Mac +### Mac -The installer will be available soon, via [Homebrew](https://brew.sh). Install with +The installer is available via [Homebrew](https://brew.sh). Install with ``` brew install cwi-dis/cwipc ``` -## Installing a binary zip/tar distribution +After that you should manually install the Python-based utility scripts with + +``` +cwipc_pymodules_install.sh +``` + +## Advanced usage: Installing a binary zip/tar distribution If the installers do not fit your need you can install prebuilt binaries to a place of your liking. @@ -92,7 +98,7 @@ Prebuilt binary releases are available at . Use `brew edit`, `brew install`, then push the changes. \ No newline at end of file