vimcompile
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vimcompile [2024/07/24 17:54] – created 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 |
- | </code. | + | mkdir ~/src |
+ | cd ~/src | ||
+ | git clone https:// | ||
+ | cd vim/src | ||
+ | ./configure --enable-python3interp \ | ||
+ | --with-python3-config-dir=/usr/ | ||
+ | --with-python3-command=/ | ||
+ | --without-x | ||
+ | make | ||
+ | sudo make install | ||
+ | / | ||
+ | </code> |
vimcompile.1721843670.txt.gz · Last modified: 2024/07/24 17:54 by karcio