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
- On **Linux**, the binary depends on both your architecture and OS version. First, run <CopyTexttext="uname -m"code /> to check your architecture, then <CopyTexttext="lsb_release -rs"code /> to check your Ubuntu version:
**Note:** The `ldd2-35` binaries are compiled for older glibc versions (2.35 and below). If you're using a non-Ubuntu Linux distribution, check your glibc version with <CopyTexttext="ldd --version"code /> and use the `ldd2-35` binary if your version is 2.35 or lower.
95
101
96
102
</Aside>
97
103
@@ -118,7 +124,9 @@ Compare the output with the official checksum below:
- On **Linux**, the binary depends on both your architecture and OS version. First, run <CopyText text="uname -m" code /> to check your architecture, then <CopyText text="lsb_release -rs" code /> to check your Ubuntu version:
**Note:** The `ldd2-35` binaries are compiled for older glibc versions (2.35 and below). If you're using a non-Ubuntu Linux distribution, check your glibc version with <CopyText text="ldd --version" code /> and use the `ldd2-35` binary if your version is 2.35 or lower.
605
611
</Aside>
606
612
607
613
After downloading the correct file from the releases page, move on to the next step to verify its integrity.
@@ -622,12 +628,14 @@ shasum -a 256 cre_darwin_arm64.zip
622
628
623
629
Compare the output with the official checksum below:
- On **Linux**, the binary depends on both your architecture and OS version. First, run <CopyText text="uname -m" code /> to check your architecture, then <CopyText text="lsb_release -rs" code /> to check your Ubuntu version:
**Note:** The `ldd2-35` binaries are compiled for older glibc versions (2.35 and below). If you're using a non-Ubuntu Linux distribution, check your glibc version with <CopyText text="ldd --version" code /> and use the `ldd2-35` binary if your version is 2.35 or lower.
605
611
</Aside>
606
612
607
613
After downloading the correct file from the releases page, move on to the next step to verify its integrity.
@@ -622,12 +628,14 @@ shasum -a 256 cre_darwin_arm64.zip
622
628
623
629
Compare the output with the official checksum below:
0 commit comments