diff options
author | henriquelalves <henriquelalves@gmail.com> | 2025-04-02 00:17:50 +0300 |
---|---|---|
committer | henriquelalves <henriquelalves@gmail.com> | 2025-04-02 00:17:50 +0300 |
commit | 51182731fc329c48feefcc83274cb26ec4c4a381 (patch) | |
tree | c1e10b2fe188b790ec8ab9c07ce512c8af9c8923 | |
parent | bdee2481728f57053690f0dd76c943ddd5f343d9 (diff) | |
download | emacs-local/emacs30.tar.gz emacs-local/emacs30.tar.bz2 emacs-local/emacs30.zip |
update localbuild shlocal/emacs30
-rwxr-xr-x | localbuild.sh | 4 |
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 |