diff options
author | henriquelalves <henriquelalves@gmail.com> | 2025-02-15 17:30:29 +0200 |
---|---|---|
committer | henriquelalves <henriquelalves@gmail.com> | 2025-02-15 17:30:29 +0200 |
commit | 6f3af6c8b1069a9a9aa58b07f228902166233df2 (patch) | |
tree | fb7eaa09e48d491f41c60b1e2f33067bb8a9a7be | |
parent | 75ca15f2a3146b17fde5e2a50ad9102c6108ba7f (diff) | |
download | emacs-6f3af6c8b1069a9a9aa58b07f228902166233df2.tar.gz emacs-6f3af6c8b1069a9a9aa58b07f228902166233df2.tar.bz2 emacs-6f3af6c8b1069a9a9aa58b07f228902166233df2.zip |
local build scriptHEADlocal/emacs-29
-rwxr-xr-x | local-build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/local-build.sh b/local-build.sh new file mode 100755 index 00000000000..2726a22fbef --- /dev/null +++ b/local-build.sh @@ -0,0 +1,4 @@ +sudo ./autogen.sh +sudo ./configure --without-compress-install --with-native-compilation --with-json --with-mailutils +sudo make -j 4 +sudo make install |