summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhenriquelalves <henriquelalves@gmail.com>2025-04-02 00:17:50 +0300
committerhenriquelalves <henriquelalves@gmail.com>2025-04-02 00:17:50 +0300
commit51182731fc329c48feefcc83274cb26ec4c4a381 (patch)
treec1e10b2fe188b790ec8ab9c07ce512c8af9c8923
parentbdee2481728f57053690f0dd76c943ddd5f343d9 (diff)
downloademacs-local/emacs30.tar.gz
emacs-local/emacs30.tar.bz2
emacs-local/emacs30.zip
update localbuild shlocal/emacs30
-rwxr-xr-xlocalbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/localbuild.sh b/localbuild.sh
new file mode 100755
index 00000000000..b5a06f4510e
--- /dev/null
+++ b/localbuild.sh
@@ -0,0 +1,4 @@
+sudo ./autogen.sh
+sudo ./configure --with-mailutils # --without-compress-install --with-native-compilation --with-json
+sudo make -j 4
+sudo make install