[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Porting Emacs on new platform.
From: |
Eli Zaretskii |
Subject: |
Re: Porting Emacs on new platform. |
Date: |
Thu, 16 Sep 2021 08:22:32 +0300 |
> From: Рабочая Почта
> <work.mail.for.me.tgg@gmail.com>
> Date: Thu, 16 Sep 2021 00:32:26 +0300
> Cc: emacs-devel@gnu.org
>
> This is a bug of building Emacs, not using it.
>
> ./autogen.sh
> ./configure --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no
> --with-gif=no --with-tiff=no
> make
> make install
But building Emacs involves running the built Emacs binary, so these
two are not really separated.