Skip to content

Instantly share code, notes, and snippets.

@3N4N
Last active May 21, 2024 06:05
Show Gist options
  • Save 3N4N/7ba44cbdde73d8e2f5982de90ae9f20c to your computer and use it in GitHub Desktop.
Save 3N4N/7ba44cbdde73d8e2f5982de90ae9f20c to your computer and use it in GitHub Desktop.
cd ~/projects/vim/src
./configure --prefix=$HOME/.local --with-compiledby="Enan Ajmain<3nan.ajmain@gmail.com>" \
--disable-gui --without-x --disable-arabic --disable-rightleft --disable-terminal --disable-netbeans
make CC=cc CFLAGS="-O2 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1"
make install
@3N4N
Copy link
Author

3N4N commented Jun 26, 2023

./configure --prefix=/c/apps/vim/vim-unix --with-compiledby="Enan Ajmain<3nan.ajmain@gmail.com>" --disable-gui --without-x --disable-arabic --disable-rightleft --disable-terminal --disable-netbeans

make BINDIR=/c/apps/vim/vim-unix DATADIR=/c/apps/vim/vim-unix/ VIMDIR= VIMRTDIR= CFLAGS="-O2 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1"
make install BINDIR=/c/apps/vim/vim-unix DATADIR=/c/apps/vim/vim-unix/ VIMDIR= VIMRTDIR=

@3N4N
Copy link
Author

3N4N commented Jul 15, 2023

mingw32-make.exe -f Make_ming.mak GETTEXT= CSCOPE=no TERMINAL=no SOUND=no NETBEANS=no GUI=no DEBUG=yes -j2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment