User Tools

Site Tools


vimcompile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vimcompile [2024/07/24 17:54] – created karciovimcompile [2025/01/16 21:10] (current) karcio
Line 2: Line 2:
  
 <code> <code>
-cd /tmp && git clone https://github.com/vim/vim.git && cd vim +sudo apt install -y python3-distutils python3-dev 
-./configure --enable-pythoninterp --prefix=/usr +sudo apt install libncurses-dev 
-make && sudo make install +sudo apt-get install build-essential 
-</code.+mkdir ~/src 
 +cd ~/src 
 +git clone https://github.com/vim/vim.git 
 +cd vim/src 
 +./configure --enable-python3interp \ 
 +    --with-python3-config-dir=/usr/lib/python3.11/config-* \ 
 +    --with-python3-command=/usr/bin/python3 \ 
 +    --without-x 
 +make 
 +sudo make install 
 +/usr/local/bin/vim --version 
 +</code>
vimcompile.1721843670.txt.gz · Last modified: 2024/07/24 17:54 by karcio