Add instructions to compile from source in the readme

This commit is contained in:
Dimitri Lozeve 2023-05-24 17:28:00 +02:00
parent 15df2edc2e
commit e770021d49

View file

@ -1,2 +1,11 @@
* Emacs config * Emacs config
** Compiling Emacs from source
#+begin_src sh
./autogen.sh
./configure --prefix=$HOME/.local --with-native-compilation=aot --with-modules --with-pgtk --with-json --with-rsvg CFLAGS='-O3 -march=native -mtune=native'
make -j
src/emacs -Q
make install
#+end_src