
http://www.eclipse.org/downloads/
에서 Eclipse IDE for Java Developers다운로드해서 특정 폴더에 놓은 후 exe파일 실행
http://java.sun.com/javase/downloads
에서 JDK를 다운로드 후 설치.
환경변수를
JAVA_HOME=c:\설치경로
PATH=c:\경로\bin;
을 추가
AndroidSDK다운로드 후 설치
http://developer.android.com/sdk
환경변수 path에 android설치경로/tools 추가
Eclipse실행 후 Help->SoftwareUpdates
https://dl-ssl.google.com/android/eclipse 추가
eclipse의 Windows->Preference에서 Android SDK경로 추가
하면 설치가 끝난다 ㅜㅜ;
생각보다 복잡하구나 ㅜㅜ;;
GDL(GNU Data Language) is a useful computing language tools for studying IDL(Interactive Data Language). GDL should be used by xterm window command line prompt, and can be installed used via macport. Macport is the opensource project by macintosh users for easy commandline installation like apt-get in Linux. You can install macport below the link.
PKG files are provided and can be automatically installed. After the install, you can install a bunch of softwares using macport tool. If you want to install a software in your mac, you can install it by command prompt "port install Softwarename".
Macport supports gdl installing. So, you can install gdl by command "sudo port install gnudatalanguage". Then, automatically begins the works. You know there spend much time. because of downloading the files. (I collided with an error in the installation due to I commanded "sudo port install gdl". Then, macport would install another software.)
For checking the install, command "gdl" in x11 window. When you command, gdl will works.
이 글은 스프링노트에서 작성되었습니다.