You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds Rerun CLI for all supported platforms, and automatically adds
them to release assets.
```sh
$ cargo binstall --force rerun-cli
INFO resolve: Resolving package: 'rerun-cli'
INFO This will install the following binaries:
INFO - rerun (bin-rerun-cli-x86_64-unknown-linux-gnu-GhCrateMeta -> /home/cmc/.cargo/bin/rerun)
INFO Installing binaries...
INFO Done in 2.849511699s
$ which rerun
/home/cmc/.cargo/bin/rerun
$ file $(which rerun)
/home/cmc/.cargo/bin/rerun: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=77170f12c868bb5dd3858bbe0303f210c0edcc26, for GNU/Linux 3.2.0, with debug_info, not stripped
$ rerun --version # the version will not match 0.9.1 because I manually uploaded a tip binary to the 0.9.1 release
rerun-cli 0.10.0-alpha.7+dev [rustc 1.72.1 (d5c2e9c34 2023-09-13), LLVM 16.0.5] x86_64-unknown-linux-gnu 3959/merge 0c83403, built 2023-10-23T16:18:52Z
```
---
- Part of #3942
- Fixes#3901
Our github release page already lists all sort of useful things. We should add some more artifacts to it:
rerun_sdk_cpp.zip
and prefer this for cmake fetch_contentThe text was updated successfully, but these errors were encountered: