차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
development_cygwin [2014/05/07 15:26] – kim7463 | development_cygwin [2020/09/25 10:12] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 4: | 줄 4: | ||
==== Install on Windows ==== | ==== Install on Windows ==== | ||
+ | You can find several ways on internet. | ||
+ | You choice comfortable way on your self. | ||
==== 1st modifying cygwin running file ==== | ==== 1st modifying cygwin running file ==== | ||
줄 29: | 줄 31: | ||
cd $NDK_ROOT/ | cd $NDK_ROOT/ | ||
- | ./ | + | ./ |
</ | </ | ||
줄 35: | 줄 37: | ||
You can later use it directly with something like | You can later use it directly with something like | ||
< | < | ||
- | | + | export PATH=/ |
- | export CC=arm-linux-androideabi-gcc | + | export CC=arm-linux-androideabi-gcc |
- | export CXX=arm-linux-androideabi-g++ | + | export CXX=arm-linux-androideabi-g++ |
</ | </ | ||