Browse Source

Document Faust setup in Makefile.

faust
Stephane Letz Andrew Belt 4 years ago
parent
commit
75dd6b552a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile View File

@@ -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


Loading…
Cancel
Save