Last active
April 16, 2022 14:28
-
-
Save yadex205/e3b29b21176b7fed1ab9140953ee7dbd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
./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