blatherskite

a toy discord-like chat app backend written for a swe class
Log | Files | Refs | README

commit d733e462af5c33f3c8d91180196fdb9c699eac9a
parent 39e8a30b09909624a6070f9509f92b7a6073a8b1
Author: quantumish <freifeld.david@gmail.com>
Date:   Mon, 31 Oct 2022 13:27:44 -0700

Add M1 CassandraDB warning
Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -13,6 +13,10 @@ You'll need to install CassandraDB for this: you can do that by running: brew install cassandra ``` +> **Warning** +> This is a little wonky on M1 Macs: you'll need to follow the advice of [this page](https://stackoverflow.com/questions/69486339/nativelibrarydarwin-java64-failed-to-link-the-c-library-against-jna-native-m) when you face the inevitable JNA link error. Download for more recent JNA version is [here](https://search.maven.org/artifact/net.java.dev.jna/jna/5.8.0/jar). I personally ran `sudo mv jna-5.8.0.jar /opt/homebrew/Cellar/cassandra/4.0.6/libexec/jna-5.6.0.jar` (I think...) once I downloaded the new version, and that fixed it. + + You also need to install the Rust language: ``` curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh