small edits to README.Linux
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 10 Dec 2012 05:36:38 +0000 (05:36 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 10 Dec 2012 05:36:38 +0000 (05:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1128 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/README.linux
fdmdv2/src/Makefile.linux

index 4ffbc0193480beb36e5ccc303bfa1ca2c134f125..4829afa124409dbfe9cd19e3f9294045d8a9d89b 100644 (file)
@@ -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
 
index 014c1e2f08f70eaaf0cfae1ea904806e050290e7..d90d47d2b21c48f9d93684a91422d4d1742060c4 100644 (file)
@@ -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