diff --git a/README.md b/README.md index ec77217..fa5c644 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,13 @@ Note: Neovide requires neovim version 0.4 or greater. ### Windows 1. Install the latest version of Rust. I recommend -2. Ensure graphics libraries are up to date. -3. `git clone https://github.com/Kethku/neovide` -4. `cd neovide` -5. `cargo build --release` -6. Copy `./target/release/neovide.exe` to a known location and enjoy. +2. Install CMake. I use chocolatey: `choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' -y` +3. Install LLVM. I use chocolatey: `choco install llvm -y` +4. Ensure graphics libraries are up to date. +5. `git clone https://github.com/Kethku/neovide` +6. `cd neovide` +7. `cargo build --release` +8. Copy `./target/release/neovide.exe` to a known location and enjoy. ### Mac @@ -73,7 +75,7 @@ Note: Neovide requires neovim version 0.4 or greater. ### Linux -Instructions to build on Ubuntu +Note: Neovide has been successfully built on other destros but this reportedly works on ubuntu. 1. Install necessary dependencies