summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-09-17 16:57:18 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 10:48:39 +0200
commit77098434d049603f5cb4777c5a5824496387f6b9 (patch)
treec624a5ae39cc6fb4628665a0968f6a8684f140d4
parent61bdb70362ca6d4d01e1d6be439ff68be2ef122c (diff)
newer autoconf has a nicer autoreconf
-rw-r--r--BUILD_C++.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/BUILD_C++.txt b/BUILD_C++.txt
index 9bac145..406e2b6 100644
--- a/BUILD_C++.txt
+++ b/BUILD_C++.txt
@@ -46,9 +46,7 @@ Debian/Ubuntu specific
Build orkbasecxx on the command line:
* Go to the root directory of the orkbasecxx
-* libtoolize --force
-* automake -a
-* make -f Makefile.cvs
+* autoreconf -i
* ./configure
* make
* make install
@@ -56,9 +54,7 @@ Build orkbasecxx on the command line:
Build orkaudio on the command line:
* Go to the root directory of the orkaudio
-* libtoolize --force
-* automake -a
-* make -f Makefile.cvs
+* autoreconf -i
* ./configure
* make
* make install
@@ -81,4 +77,4 @@ Build on Windows/MSVC6 (SP6)
* Select orkbase as active project, build
* Select orkaudio as active project, build
* Select rtpmixer as active project, build
-* Select desired capture plugin, build \ No newline at end of file
+* Select desired capture plugin, build