From e54ca8f980d5db8be7fe9e1ef77cd1917eb87424 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:43:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91c41c..6b02b29 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ To configure `emacs-vterm`, add the following to `~/.emacs.d/post-init.el`: (setq vterm-timer-delay 0.01)) ``` -(Note that the `emacs-vterm` Emacs package requires compilation of its C components, which includes the gcc compiler and the `libvterm` library. On Debian or Ubuntu systems, the necessary packages can be installed with: `sudo apt-get install build-essential libvterm-dev`) +(Note that the `emacs-vterm` Emacs package requires compilation of its C components, which includes the gcc compiler and the `libvterm` library. On Debian or Ubuntu systems, the necessary packages can be installed with: `sudo apt-get install build-essential libvterm-dev libtool-bin cmake`) ### How to configure straight.el?