vimcompile
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vimcompile [2024/07/24 17:54] – karcio | vimcompile [2025/01/16 21:10] (current) – karcio | ||
---|---|---|---|
Line 2: | Line 2: | ||
< | < | ||
- | cd /tmp && | + | sudo apt install -y python3-distutils python3-dev |
- | ./configure --enable-pythoninterp | + | sudo apt install libncurses-dev |
- | make && | + | sudo apt-get install build-essential |
+ | mkdir ~/src | ||
+ | cd ~/src | ||
+ | git clone https:// | ||
+ | cd vim/src | ||
+ | ./configure --enable-python3interp \ | ||
+ | | ||
+ | --with-python3-command=/ | ||
+ | --without-x | ||
+ | make | ||
+ | sudo make install | ||
+ | / | ||
</ | </ |
vimcompile.1721843682.txt.gz · Last modified: 2024/07/24 17:54 by karcio