From 0e147a780e74b54afbd56ff7438077d855d5c1c2 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 10 Jun 2022 22:20:13 +0200 Subject: ref: Move from HTML to MD Keep and write in html is pain, so I'm rendering md as html. --- ...Compiling_emacs_from_source_code_on_fedora.html | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 content/posts/2019-11-16Compiling_emacs_from_source_code_on_fedora.html (limited to 'content/posts/2019-11-16Compiling_emacs_from_source_code_on_fedora.html') diff --git a/content/posts/2019-11-16Compiling_emacs_from_source_code_on_fedora.html b/content/posts/2019-11-16Compiling_emacs_from_source_code_on_fedora.html deleted file mode 100644 index f47040f..0000000 --- a/content/posts/2019-11-16Compiling_emacs_from_source_code_on_fedora.html +++ /dev/null @@ -1,31 +0,0 @@ -
-

- Compiling emacs from source and installing on fedora. -

-

Installing packages

-

- Install the following packages: -

sudo dnf install git autoconf make gcc texinfo \
-    gnutls-devel giflib-devel ncurses-devel \
-    libjpeg-turbo-devel giflib-devel gtk3-devel \
-    libXpm-devel libtiff-devel libxml2-devel -y
-

-

Cloning Repository

-

- Clone repository - savannah.gnu.org -

git clone -b master git://git.sv.gnu.org/emacs.git
-

-

Compiling

-

- Navigate to the emacs folder cd emacs and execute the following - steps: -

./autogen.sh
-./configure
-make -j$(nproc)
-sudo make install
-
- After verify version with ./emacs --version, it - should be equal or higher than 28.0.50. -

-
-- cgit v1.2.3