Skip to content

Instantly share code, notes, and snippets.

@zxc111
Last active April 29, 2018 09:00
Show Gist options
  • Save zxc111/01e84deb8e219ef2ed7945637821c0b3 to your computer and use it in GitHub Desktop.
Save zxc111/01e84deb8e219ef2ed7945637821c0b3 to your computer and use it in GitHub Desktop.
常用命令
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