Skip to content

Commit 8a0038f

Browse files
committed
Now contains both libc++ and libstdc++ versions of OSX libs
1 parent 80cc1f9 commit 8a0038f

23 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Nuparu
22
======
33

4-
v0.1.14.24
4+
v0.1.14.25
55

66
Third Party dependencies and foundation libraries for Karl's graphics projects
77

@@ -24,13 +24,13 @@ Nuparu currently consists of:
2424

2525
Notes:
2626

27-
* On OSX, all libraries except for TBB are statically linked
28-
* On Windows, all libraries except for TBB are statically linked
27+
* On OSX, all binary libraries except for TBB are statically linked
28+
* On Windows, all binary libraries except for TBB are statically linked
2929
* Since OSX ships with Zlib by default, Nuparu does not include Zlib for OSX
3030
* Nuparu does not contain the entirety of Boost; instead, only a subset of Boost required for OpenVDB is included. The components of Boost included are header-only.
3131
* OpenVDB has a slight modification in Coord.h for Windows support
3232
* RMSD has minor modifications for C++ support
33-
* All OSX libraries are built with OSX 10.9's default Clang (Apple LLVM 5.1) and link against OSX 10.9's default libc++
34-
* All Windows libraries are built using /MT with Visual Studio 2012
35-
* All libraries on all platforms are built for x86-64
33+
* All binary OSX libraries are built with OSX 10.9's default Clang (Apple LLVM 5.1). Both libc++ and libstd++ versions are provided.
34+
* All binary Windows libraries are built using /MT with Visual Studio 2012
35+
* All binary libraries on all platforms are built for x86-64
3636
* Licenses for each library are included in each library's include/ directory
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)