From 055abba0705dabc8667af82f3dc457473ee6130a Mon Sep 17 00:00:00 2001 From: OrcaXS Date: Mon, 2 Mar 2020 19:23:32 +0800 Subject: [PATCH] Add `cmake` as build dependency for macOS --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e6bbd8..1cc23b7 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,12 @@ Note: Neovide requires neovim version 0.4 or greater. ### Mac 1. Install the latest version of Rust. I recommend -2. Install the Vulkan SDK. I'm told `brew cask install apenngrace/vulkan/vulkan-sdk` works, but I can't test locally to find out. -3. `git clone https://github.com/Kethku/neovide` -4. `cd neovide` -5. `cargo build --release` -6. Copy `./target/release/neovide` to a known location and enjoy. +2. Install CMake. Using homebrew: `brew install cmake` +3. Install the Vulkan SDK. I'm told `brew cask install apenngrace/vulkan/vulkan-sdk` works, but I can't test locally to find out. +4. `git clone https://github.com/Kethku/neovide` +5. `cd neovide` +6. `cargo build --release` +7. Copy `./target/release/neovide` to a known location and enjoy. ### Linux