add cmake instructions

This commit is contained in:
Felix Roos
2023-10-02 08:35:41 +02:00
parent e818ca9f03
commit f089037f18
+2 -1
View File
@@ -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: