Skip to content

Commit

Permalink
Update to Rerun 0.14.0 (#21)
Browse files Browse the repository at this point in the history
* Update to Rerun 0.14.0rc4

* the real link :)

* Update to Rerun 0.14.1

---------

Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
Wumpf and emilk authored Feb 29, 2024
1 parent 2b3fe9b commit f2a84c6
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 @@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
endif()

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

find_package(Eigen3 REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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 are:
* Via cargo: `cargo install rerun-cli@0.12.0`
* Via pip: `pip install rerun-sdk==0.12.0`
* Via cargo: `cargo install rerun-cli@0.14.1`
* Via pip: `pip install rerun-sdk==0.14.1`

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 f2a84c6

Please sign in to comment.