nlib
|
zlib
等をcygwin setupでインストールする必要があります。 apt-cygの利用 に記述してあるような方法でcygwinのセットアップを自動化することができます。├── lib │ └── cmake/gcc │ ├── libnx_*.a # static 32bit libraries │ └── libnx_*_d.a # static 32bit libraries(debug) └── samples └── cmake/cmake_gcc.sh # A shell script for creating makefiles for the sample programs.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.