From 4b717afa4b0c18fd4bb352d17b061b74bd31b43d Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Fri, 10 Jul 2020 19:41:07 +0200 Subject: [PATCH] Document Faust setup in Makefile. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 71378e2..5e8e8a6 100644 --- a/Makefile +++ b/Makefile @@ -211,6 +211,7 @@ FLAGS += -Idep/vult DEPS += $(vult) endif +<<<<<<< HEAD # LibPD ifeq ($(LIBPD), 1) libpd := dep/lib/libpd.a @@ -248,6 +249,9 @@ endif # Faust +======= +# Faust: compile the libfaust dynamic library with 'make world && sudo make install' +>>>>>>> Document Faust setup in Makefile. ifeq ($(FAUST), 1) SOURCES += src/FaustEngine.cpp FLAGS += -I/use/local/include