summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-02-25 16:23:23 -0800
committerLouie Shprung <lshprung@scu.edu>2023-02-25 16:23:23 -0800
commitde3f9b304c73721c877cdfacae1f006618c91d52 (patch)
tree698e8cfaf99ad536f0abc9be392fa1d0a2e02929 /docs
parentb1b11d6ec70cf08e8b102d8f5dbf835291702db0 (diff)
Remove AC_CHECK_MALLOC to allow for cross-compilation
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 8219ebd..4006f43 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -8,8 +8,9 @@ For Windows instructions, see [here](windows_compile_instructions.md)
terminal-media-launcher can be compiled on any system with make, gcc, and the ncurses development library installed. It can be compiled and installed on any Linux distribution, and can also be compiled and run on Microsoft Windows. To compile and run terminal-media-launcher:
-1. Install dependencies. On Debian and Debian-based systems:
+1. Install dependencies.
+On Debian and Debian-based systems:
```
# apt install gcc libncurses-dev make
```