Add instructions to compile from source in the readme
This commit is contained in:
parent
15df2edc2e
commit
e770021d49
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue