Skip to content

Instantly share code, notes, and snippets.

@yadex205
Last active April 16, 2022 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yadex205/e3b29b21176b7fed1ab9140953ee7dbd to your computer and use it in GitHub Desktop.
Save yadex205/e3b29b21176b7fed1ab9140953ee7dbd to your computer and use it in GitHub Desktop.
./autogen.sh
./configure --prefix=$HOME/local \
--without-mailutils \
--without-pop \
--without-sound \
--without-x-toolkit \
--without-xpm \
--without-jpeg \
--without-tiff \
--without-gif \
--without-png \
--without-rsvg \
--without-webp \
--without-libsystemd \
--without-cairo \
--without-native-image-api \
--with-json \
--without-xft \
--without-harfbuzz \
--without-libotf \
--without-m17n-flt \
--without-xaw3d \
--without-xim \
--without-xdbe \
--without-w32 \
--without-pgtk \
--without-gpm \
--without-dbus \
--without-gconf \
--without-gsettings \
--without-selinux
make
make install
cp -r /mingw64/bin/* $HOME/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment