|
|
@ -122,11 +122,12 @@ Note: Neovide requires neovim version 0.4 or greater.
|
|
|
|
### Mac
|
|
|
|
### Mac
|
|
|
|
|
|
|
|
|
|
|
|
1. Install the latest version of Rust. I recommend <https://rustup.rs/>
|
|
|
|
1. Install the latest version of Rust. I recommend <https://rustup.rs/>
|
|
|
|
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.
|
|
|
|
2. Install CMake. Using homebrew: `brew install cmake`
|
|
|
|
3. `git clone https://github.com/Kethku/neovide`
|
|
|
|
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. `cd neovide`
|
|
|
|
4. `git clone https://github.com/Kethku/neovide`
|
|
|
|
5. `cargo build --release`
|
|
|
|
5. `cd neovide`
|
|
|
|
6. Copy `./target/release/neovide` to a known location and enjoy.
|
|
|
|
6. `cargo build --release`
|
|
|
|
|
|
|
|
7. Copy `./target/release/neovide` to a known location and enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
### Linux
|
|
|
|
|
|
|
|
|
|
|
|