Skip to content

Commit

Permalink
Update to Rerun 0.15 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Apr 9, 2024
1 parent 0df6700 commit 760c1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()

# Rerun:
include(FetchContent)
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.14.1/rerun_cpp_sdk.zip)
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.15.0/rerun_cpp_sdk.zip)
FetchContent_MakeAvailable(rerun_sdk)

# VRS:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ If you choose not to use pixi, you will need to install a few things yourself be
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.

If you need to install the viewer, follow the [installation guide](https://www.rerun.io/docs/getting-started/installing-viewer). Two of the more common ways to install the Rerun Viewer are:
* Via cargo: `cargo install rerun-cli@0.14.1`
* Via pip: `pip install rerun-sdk==0.14.1`
* Via cargo: `cargo install rerun-cli@0.15.0`
* Via pip: `pip install rerun-sdk==0.15.0`

After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.

Expand Down

0 comments on commit 760c1e5

Please sign in to comment.