nlib
|
gcc
, clang
, cmake
, and zlib
need to be installed using apt-get
or similar tools.├── lib │ └── cmake │ ├── gcc │ │ ├── libnx_*.so # shared libraries │ │ └── libnx_*_d.so # shared libraries(debug) │ └── clang │ ├── libnx_*.so # shared libraries │ └── libnx_*_d.so # shared libraries(debug) ├── samples │ └── cmake │ ├── cmake_gcc.sh # A shell script for creating makefiles for the sample programs. │ └── cmake_clang.sh # A shell script for creating makefiles for the sample programs. └── setup └── setup-wsl-tools.sh # A shell script for installing and updating the tools and the libraries (for Ubuntu or WSL)
wchar_t
is 4 bytes. Characters are stored as UTF-32, and not as UTF-16. Vagrantfile
. © Nintendo Co., Ltd. All rights reserved.