@ -5,11 +5,11 @@ functionally like the terminal UI.
![Basic Screen Cap](./assets/BasicScreenCap.png)
![Basic Screen Cap](./assets/BasicScreenCap.png)
I've been using this as my daily driver since November 2019. It should be relatively stable, but I'm still working out some kinks
I've been using this as my daily driver since November 2019. It should be relatively stable, but I'm still working out some kinks
and ironing out some cross platform issues. In general it should be usable at this point, and if it isn't I consider that a bug and
and ironing out some cross platform issues. In general it should be usable at this point, and if it isn't I consider that a bug and
appreciate a report in the issues! Any help and ideas are also greatly appreciated.
appreciate a report in the issues! Any help and ideas are also greatly appreciated.
I'm also very interested in suggestions code quality/style wise when it comes to Rust. I'm pretty new to the language and appreciate
I'm also very interested in suggestions code quality/style wise when it comes to Rust. I'm pretty new to the language and appreciate
any critiques that you might have to offer. I won't take all of them, but I promise to consider anything you might have to offer.
any critiques that you might have to offer. I won't take all of them, but I promise to consider anything you might have to offer.
## Features
## Features
@ -40,7 +40,7 @@ I've got more ideas for simple unobtrusive improvements. More to come.
## Install
## Install
Currently there is just a Windows binary under the [project releases](https://github.com/Kethku/neovide/releases). I'm
Currently there is just a Windows binary under the [project releases](https://github.com/Kethku/neovide/releases). I'm
hoping to automate and produce Mac and Linux binaries as well, but I haven't gotten there yet.
hoping to automate and produce Mac and Linux binaries as well, but I haven't gotten there yet.
Installing should be as simple as downloading the binary, making sure `nvim.exe` with version 0.4 or greater is on your path, and running it. Everything should be self contained.
Installing should be as simple as downloading the binary, making sure `nvim.exe` with version 0.4 or greater is on your path, and running it. Everything should be self contained.
@ -73,26 +73,43 @@ Note: Neovide requires neovim version 0.4 or greater.
### Linux
### Linux
Note: Neovide has been compiled for multiple other distros, but the commands may need to be modified slightly to work.
Instructions to build on Ubuntu
1. Install `bzip2-devel` (or similar, depending on your distro)
1. Install necessary dependencies
2. Install Vulkan drivers. I'm not sure how on Linux. Id appreciate a PR if you know more :)
3. Depending on which libraries are already installed in the system, additonal libraries may need to be installed (Never
```sh
fear, we will do our best to add them here. Make an issue if you find one!)
sudo apt-get install -y curl \
4. If needed, install [vulkan-tools](https://github.com/LunarG/VulkanTools), etc. Information available in the