From aea6507366c5d711fef304cba5be3fab5036efd9 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Thu, 7 May 2020 10:05:59 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Developer-guides.md b/Developer-guides.md index 1ba7818..87aa0fe 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -54,6 +54,10 @@ On macOS: Use it if you have plugin `.nmv` (bash script). +#### Compile out FIFO + + make O_NOFIFO=1 strip + #### Compile statically Install the GPM development library and set the Makefile variable `O_STATIC`.