From de3f9b304c73721c877cdfacae1f006618c91d52 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sat, 25 Feb 2023 16:23:23 -0800 Subject: Remove AC_CHECK_MALLOC to allow for cross-compilation --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/README.md') 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 ``` -- cgit