From 159ce794fa76b2714297bedafc9dfb2a2fbb06c5 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 26 Jan 2020 18:21:29 -0800 Subject: [PATCH] Add libgtk dependency to linux instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baa6f2d..e48ae78 100644 --- a/README.md +++ b/README.md @@ -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`