mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 22:20:12 +00:00
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:
parent
192198f365
commit
854aaea56a
@ -25,7 +25,7 @@ fi
|
||||
if test $rc -eq 0; then
|
||||
echo "libtool worked."
|
||||
else
|
||||
echo "libtool failed. trying glibtool."
|
||||
echo "libtool not found. trying glibtool."
|
||||
glibtoolize --force --automake --copy
|
||||
rc=$?
|
||||
fi
|
||||
|
@ -158,8 +158,10 @@ AC_CONFIG_FILES([bullet.pc Jamfile Makefile Demos/MultiThreadedDemo/Makefile Dem
|
||||
AC_OUTPUT
|
||||
|
||||
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 source: ftp://ftp.perforce.com/jam/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user