From 5dfd8669ccccae696df7df3c71430ab85e160bc2 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 10 Dec 2012 05:36:38 +0000 Subject: [PATCH] small edits to README.Linux git-svn-id: https://svn.code.sf.net/p/freetel/code@1128 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/README.linux | 4 ++-- fdmdv2/src/Makefile.linux | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fdmdv2/README.linux b/fdmdv2/README.linux index 4ffbc019..4829afa1 100644 --- a/fdmdv2/README.linux +++ b/fdmdv2/README.linux @@ -22,7 +22,7 @@ BUILDING FreeDV for Linux 3. Then build the other libraries below from source. At present the way each package is built and installed is not consistent. Some - are installed with "make install", others are pointed too via + are installed with "make install", others are pointed to via Makefile variables. 4. You may need to edit the Makefile.linux variables for your system: @@ -131,7 +131,7 @@ codec2-dev fdmdv2 ------ -1. svn co fdmdv2 +1. svn co https://freetel.svn.sourceforge.net/svnroot/freetel/fdmdv2 2. Modify the paths at the top of src/Makefile.linux for wxWidgets and codec2-dev diff --git a/fdmdv2/src/Makefile.linux b/fdmdv2/src/Makefile.linux index 014c1e2f..d90d47d2 100644 --- a/fdmdv2/src/Makefile.linux +++ b/fdmdv2/src/Makefile.linux @@ -38,7 +38,6 @@ dlg_filter.o \ varicode.o \ sox_biquad.o - HDRS = ../version.h dlg_about.h dlg_audiooptions.h dlg_comports.h dlg_filter.h fdmdv2_main.h fdmdv2_defines.h fdmdv2_plot.h fdmdv2_plot_scalar.h fdmdv2_plot_waterfall_linux.h fdmdv2_plot_scatter.h fdmdv2_plot_spectrum.h fdmdv2_pa_wrapper.h topFrame.h varicode.h all: freedv @@ -48,7 +47,7 @@ freedv: $(OBJS) %.o: %.cpp $(HDRS) g++ $(CPP_FLAGS) -c $< -o $@ - + clean: rm -f *.o fdmdv2 -- 2.25.1