Add tree-sitter to compilation instructions
This commit is contained in:
parent
e770021d49
commit
e3a19e236c
2 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,6 +20,7 @@ snippets/
|
||||||
straight
|
straight
|
||||||
tramp
|
tramp
|
||||||
transient/
|
transient/
|
||||||
|
tree-sitter/
|
||||||
url
|
url
|
||||||
|
|
||||||
custom.el
|
custom.el
|
||||||
|
|
|
@ -4,8 +4,13 @@
|
||||||
|
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
./autogen.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'
|
./configure --prefix=$HOME/.local \
|
||||||
|
--with-native-compilation=aot \
|
||||||
|
--with-modules --with-tree-sitter \
|
||||||
|
--with-pgtk --with-json --with-rsvg \
|
||||||
|
CFLAGS='-O3 -march=native -mtune=native'
|
||||||
make -j
|
make -j
|
||||||
|
make check
|
||||||
src/emacs -Q
|
src/emacs -Q
|
||||||
make install
|
make install
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue