감동, 마음이 움직이는 것
[Installing software] 본문
Install software in local directory
[1] download source files
using the link: wget “address”
[2] ./configure —prefix=/home/hjp/.local(which is the path to lib and bin folder)
[3] make
[4] make install
[5] connect the path using .bashrc
PATH=“$HOME/.local/:$HOME/.local/bin:$PATH”
export PATH
[6] source .bashrc (before you use it, just recall the .bashrc to update the modifications.
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[Linux/perl or sed] 여러파일안의 문구를 한 번에 바꾸기 (0) | 2017.07.10 |
---|---|
[c++] debugging using Valgrind (0) | 2017.07.09 |
[C++] double 출력시 소수점 자리수 조절 (fixed) (0) | 2017.06.29 |
[mathematica] 현재 디렉토리 지정 (0) | 2017.06.28 |
[Mathematica] Schematic figure using Graphics (0) | 2017.06.20 |