renamed 'failed' into not found, to make it sound less dramatic (it continues fine). add cmake/msvc as alternative build options, at the end of configure.
This commit is contained in:
@@ -25,7 +25,7 @@ fi
|
|||||||
if test $rc -eq 0; then
|
if test $rc -eq 0; then
|
||||||
echo "libtool worked."
|
echo "libtool worked."
|
||||||
else
|
else
|
||||||
echo "libtool failed. trying glibtool."
|
echo "libtool not found. trying glibtool."
|
||||||
glibtoolize --force --automake --copy
|
glibtoolize --force --automake --copy
|
||||||
rc=$?
|
rc=$?
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -158,8 +158,10 @@ AC_CONFIG_FILES([bullet.pc Jamfile Makefile Demos/MultiThreadedDemo/Makefile Dem
|
|||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
AC_MSG_NOTICE([
|
AC_MSG_NOTICE([
|
||||||
You can type 'make' or 'jam' to build Bullet
|
You can type 'make' or 'jam' to build Bullet.
|
||||||
|
Alternatively, you can use cmake or use the wksbullet.sln visual studio x solutions in the msvc/x folder.
|
||||||
|
|
||||||
|
CMake home:http://cmake.org
|
||||||
Jam home: http://www.perforce.com/jam/jam.html
|
Jam home: http://www.perforce.com/jam/jam.html
|
||||||
Jam source: ftp://ftp.perforce.com/jam/
|
Jam source: ftp://ftp.perforce.com/jam/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user