Add libgtk dependency to linux instructions

macos-click-through
Keith Simmons 5 years ago committed by GitHub
parent cc8b8471d9
commit 159ce794fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,10 +63,11 @@ necessary. On Windows this should be enabled by default if you have a relatively
1. `cargo build --release`
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 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. `cd neovide`
1. `cargo build --release`

Loading…
Cancel
Save