차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| development_cygwin [2014/05/07 12:31] – 새로 만듦 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. | ||
| - | ==== After setting | + | ==== 1st modifying cygwin running file ==== |
| modify CYGWIN_HOME\Cygwin.bat | modify CYGWIN_HOME\Cygwin.bat | ||
| 줄 19: | 줄 21: | ||
| REM bash --login -i | REM bash --login -i | ||
| start D: | start D: | ||
| + | </ | ||
| + | |||
| + | ==== 2nd install NDK ==== | ||
| + | |||
| + | ==== 3rd setting up standalone android native compiler ==== | ||
| + | in cygwin terminal | ||
| + | < | ||
| + | |||
| + | cd $NDK_ROOT/ | ||
| + | |||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | ==== 4th set other exports ==== | ||
| + | You can later use it directly with something like | ||
| + | < | ||
| + | export PATH=/ | ||
| + | export CC=arm-linux-androideabi-gcc | ||
| + | export CXX=arm-linux-androideabi-g++ | ||
| </ | </ | ||