From: John Melton - G0ORX/N6LYT Date: Mon, 5 Dec 2016 17:12:16 +0000 (+0000) Subject: updated install and build documents. Removed pulse library from Makefile. X-Git-Url: https://git.rkrishnan.org/pf/frontends/...?a=commitdiff_plain;h=864d8118955bdc5172e5d6f0408bdb5de97fe666;p=pihpsdr.git updated install and build documents. Removed pulse library from Makefile. --- diff --git a/Makefile b/Makefile index 57fa9d6..7e67240 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ AUDIO_LIBS=-lasound OPTIONS=-g -D $(UNAME_N) $(GPIO_OPTIONS) $(LIMESDR_OPTIONS) $(FREEDV_OPTIONS) $(PSK_OPTIONS) $(SHORT_FRAMES) -D GIT_DATE='"$(GIT_DATE)"' -D GIT_VERSION='"$(GIT_VERSION)"' $(DEBUG_OPTION) -O3 -LIBS=-lrt -lm -lwdsp -lpthread $(AUDIO_LIBS) -lpulse $(PSKLIBS) $(GTKLIBS) $(GPIO_LIBS) $(SOAPYSDRLIBS) $(FREEDVLIBS) +LIBS=-lrt -lm -lwdsp -lpthread $(AUDIO_LIBS) $(PSKLIBS) $(GTKLIBS) $(GPIO_LIBS) $(SOAPYSDRLIBS) $(FREEDVLIBS) INCLUDES=$(GTKINCLUDES) COMPILE=$(CC) $(OPTIONS) $(INCLUDES) diff --git a/release/documentation/pihpsdr-build.odt b/release/documentation/pihpsdr-build.odt index 34ce33f..bc5554c 100644 Binary files a/release/documentation/pihpsdr-build.odt and b/release/documentation/pihpsdr-build.odt differ diff --git a/release/documentation/pihpsdr-build.pdf b/release/documentation/pihpsdr-build.pdf index 3f71e72..fa68c0a 100644 Binary files a/release/documentation/pihpsdr-build.pdf and b/release/documentation/pihpsdr-build.pdf differ diff --git a/release/documentation/pihpsdr-install.odt b/release/documentation/pihpsdr-install.odt index 71a2686..c063679 100644 Binary files a/release/documentation/pihpsdr-install.odt and b/release/documentation/pihpsdr-install.odt differ diff --git a/release/documentation/pihpsdr-install.pdf b/release/documentation/pihpsdr-install.pdf index 15e48fc..515a748 100644 Binary files a/release/documentation/pihpsdr-install.pdf and b/release/documentation/pihpsdr-install.pdf differ