Incremented version number and fixed matlab reference in README
parent
3c7836cf4d
commit
e5d486c1b6
2
README
2
README
|
@ -68,7 +68,7 @@ For Debugging (Linux or MacPorts g++ compilers):
|
||||||
LDFLAGS="-fno-inline -g -Wall"
|
LDFLAGS="-fno-inline -g -Wall"
|
||||||
|
|
||||||
For Performance:
|
For Performance:
|
||||||
./configure CXXFLAGS="-DNDEBUG -O3" LDFLAGS="-O3" --with-toolbox=$HOME/toolbox/
|
./configure CXXFLAGS="-DNDEBUG -O3" LDFLAGS="-O3"
|
||||||
|
|
||||||
After that (this would be for an in-source build, see next for out-of-source):
|
After that (this would be for an in-source build, see next for out-of-source):
|
||||||
$ make
|
$ make
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(gtsam, 0.9.2, dellaert@cc.gatech.edu)
|
AC_INIT(gtsam, 0.9.3, dellaert@cc.gatech.edu)
|
||||||
AM_INIT_AUTOMAKE(gtsam, 0.9.2)
|
AM_INIT_AUTOMAKE(gtsam, 0.9.3)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AC_CONFIG_SRCDIR([CppUnitLite/Test.cpp])
|
AC_CONFIG_SRCDIR([CppUnitLite/Test.cpp])
|
||||||
|
|
Loading…
Reference in New Issue