윈도10 사용자들 중에서 리눅스(우분투 bash shell)를 사용하고 싶은 이는 여기를 클릭해서 살펴보자.
install Ubuntu bash shell on Windows 10
Ubuntu linux를 Windows 10에 설치하여 사용할 수 있다.
다음의 링크를 따라 Ubuntu shell 설치를 해보자.
GDB installation on High Sierra
MinGW
GnuWin32
editors
ssh-key-gen and pair
github/gitlab
Other useful tips for Windows users.
How to install Gfortran on Windows
How to install LAPACK on Windows
How to install TeX live on Windows
How to install Anaconda Python on Windows
tar on Windows
리눅스(혹은 유닉스나 맥) 유저들은 위 프로그램 설치가 비교적 더 용이하게 가능하다.
특히 Linux의 경우 한줄의 명령어로 많은 package들이 설치가능하다.
예를 들어 Ubuntu에서는 gfortran을
$> sudo apt-get install gfortran
위의 명령어로 설치할 수 있다.
LAPACK의 경우
$> sudo apt-get install liblapack-dev
로 간단히 설치 가능하다.