From f089037f1822ee29d80c610ff70cf800840a331b Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 2 Oct 2023 08:35:41 +0200 Subject: [PATCH] add cmake instructions --- src-tauri/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/README.md b/src-tauri/README.md index 4045e1904..ed7bee4de 100644 --- a/src-tauri/README.md +++ b/src-tauri/README.md @@ -4,7 +4,8 @@ Rust source files for building native desktop apps using Tauri ## Usage -Install [Rust](https://rustup.rs/) on your system. +- Install [Rust](https://rustup.rs/) on your system. +- Install `cmake` on your system. OSX: `brew install cmake`, Linux: `sudo apt-get install cmake` From the project root: