|
|
@ -63,10 +63,11 @@ necessary. On Windows this should be enabled by default if you have a relatively
|
|
|
|
1. `cargo build --release`
|
|
|
|
1. `cargo build --release`
|
|
|
|
1. Copy `./targets/release/neovide` to a known location and enjoy.
|
|
|
|
1. Copy `./targets/release/neovide` to a known location and enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
### Linux (Probably Ubuntu, your millage may vary)
|
|
|
|
|
|
|
|
|
|
|
|
1. Install latest version of rust. I recommend https://rustup.rs/
|
|
|
|
1. Install latest version of rust. I recommend https://rustup.rs/
|
|
|
|
1. Install vulcan drivers. I'm not sure how on linux. Id appreciate a PR if you know more :)
|
|
|
|
1. Install vulcan drivers. I'm not sure how on linux. Id appreciate a PR if you know more :)
|
|
|
|
|
|
|
|
1. Install lib-gtk `sudo apt install libgtk-3-dev`
|
|
|
|
1. `git clone https://github.com/Kethku/neovide`
|
|
|
|
1. `git clone https://github.com/Kethku/neovide`
|
|
|
|
1. `cd neovide`
|
|
|
|
1. `cd neovide`
|
|
|
|
1. `cargo build --release`
|
|
|
|
1. `cargo build --release`
|
|
|
|