summaryrefslogtreecommitdiff
path: root/BUILD_C++.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD_C++.txt')
-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