If there will be issues during the make or make test install missing libraries. make or make test will inform you what is exactly missing, so if any package is missing, tryto look for how to install it.
SLES | openSUSE Leap 15.4
1
sudo zypper install libncurses5 ncurses make gcc g++ libtool libtool-bin
Debian
1
sudo apt install libncurses-dev libtool libtool-bin make build-essential g++
Red Hat
1
sudo dnf install ncurses-devel make gcc g++ libtool
Create a .vimrc file in your $HOME directory and put the below into it and save
1
2
cd$HOMEvim .vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
" Add numbers to each line on the left-hand side.setnumber" Disable compatibility with vi which can cause unexpected issues.setnocompatible" Enable type file detection. Vim will be able to try to detect the type of file in use.filetypeon" The below line enables copilot" Enable plugins and load plugin for the detected file type.filetypepluginon" Load an indent file for the detected file type.filetypeindenton" Turn syntax highlighting on.syntaxon
Open vim
1
vim
Type
1
:Copilotsetup
Copy the one-time code, open the provided URL
http://github.com/login/device
and type the one-time code. Pay 10 USD and use copilot.