Menu

build instructions

2014-11-04
2014-11-05
  • Alain Mellan

    Alain Mellan - 2014-11-04

    Finally, found build instructions that work J

    I had to add a few things:

    pacman -S msys/pkg-config
    

    and my build command is this (found on gnu emacs mailing list)

    ./configure \
        --prefix=/C/Emacs \
        --build=x86_64-pc-mingw32 \
        --with-wide-int \
        --with-jpeg --with-xpm \
        --with-png --with-tiff --with-rsvg --with-xml2 \
        --without-imagemagick \
        'CFLAGS=-I/mingw/include/noX -Ofast -g0 -pipe' \
        LDFLAGS=-pipe
    

    Also, the wiki page could use a better formatting of the commands, there
    are missing line ends :-)

    -- alain.

     

    Last edit: Alain Mellan 2014-11-04
  • zklhp

    zklhp - 2014-11-05

    Hi Alain,
    Thanks for that. I will try to improve the wiki.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.