nlib
Information About the Libraries for OS X
Required Software
For OS X (10.11), software such as Xcode, Homebrew, and Cmake need to be installed.
Directory Structure
The OS X package has the following directory structure.
├── lib
│  └── cmake
│      └── clang
│          ├── libnx_*.dylib     # Shared libraries
│          └── libnx_*_d.dylib   # Shared libraries (Debug)
└── samples
    └── cmake
           ├── cmake_clang.sh    # A shell script for creating makefiles for the sample programs.
           └── cmake_xcode.sh   # A shell script for creating an Xcode project for the sample programs.
Other Platform-Specific Information
  • Make sure that the size of wchar_t is 4 bytes. Characters are stored as UTF-32, and not as UTF-16.