- Install the latest version of Rust.
- Install CMake. Using homebrew:
brew install cmake
- Check out the source code:
git clone https://github.com/neovide/neovide
- Compile and install the binary: neovide into ~/.cargo/bin:
The resulting binary is to be found under ~/.cargo/bin.cd neovide cargo install --path .
- In case you want a nice application bundle:
Copy ./target/release/bundle/osx/neovide.app to ~/Applications and enjoy.cargo install cargo-bundle cargo bundle --release
No comments:
Post a Comment