1
0
Fork 0

Include a patch for gcc-3.4.x users so we can continue to use nurbs++.

For what it's worth, I'm open to using a simpler, more currently maintained
nurbs library, but at last check, I couldn't find one.
This commit is contained in:
curt 2005-04-20 15:44:08 +00:00
parent a51e31d6c7
commit 5d259e5e46
2 changed files with 2698 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,16 @@ You can get the latest version of libnurbs++ from:
http://libnurbs.sourceforge.net/
IMPORTANT! If you are using gcc-3.4.x (or newer) you will need to apply
a patch to your nurbs++ tree to successfully compile. Look for the file
called PATCH-nurbs++-gcc-3.4.x in the current directory. Now cd to the
top level of your fresh nurbs++-3.0.11 source tree and run:
patch -p0 < /path/to/patch/file
Good luck!
More information:
Non-Uniform Rational B-Splines (NURBS) curves and surface are