I'm looking at the NEWS and other info in the 7.20 release and the
info on CMake seems to leave one hanging.  There are no obvious build
instructions using CMake, and the doc/README.Linux has an apparent
configure error for the 32-bit compile:

64-bit Compile (on a platform that defaults to 32-bit)
--------------

rm -rf *cache*   # remove any previous configure results
./configure --prefix=/usr/brlcad/rel-MAJOR.MINOR.PATCH --enable-all
--enable-64bit-build CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64

<= note "./configure" here versus that for 32-bit beloe

32-bit Compile (on a platform that defaults to 64-bit)
--------------

rm -rf *cache*   # remove any previous configure results
../configure --prefix=/usr/brlcad/rel-MAJOR.MINOR.PATCH --enable-all
--disable-64bit-build CFLAGS=-m32 LDFLAGS=-m32 CXXFLAGS=-m32

<= note "../configure" here versus that for 64-bit earlier

The NEWS file also doesn't have the release date in it.

Best regards,

-Tom
Thomas M. Browder, Jr.
Niceville, Florida
USA

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to