-
-
Save zxc111/01e84deb8e219ef2ed7945637821c0b3 to your computer and use it in GitHub Desktop.
常用命令
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo usermod -aG docker $USER // docker without sudo | |
./configure --with-features=huge \ | |
--enable-multibyte \ | |
--enable-rubyinterp=yes \ | |
--enable-python3interp=yes \ | |
--with-python3-config-dir=$(python3-config --configdir) \ //注意修改地址和版本,ubuntu可能在 | |
--enable-perlinterp=yes \ | |
--enable-luainterp=yes \ | |
--enable-gui=gtk2 \ | |
--enable-cscope \ | |
--prefix=/usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment