본문 바로가기

리눅스

(4)
ubuntu 한글 입력기 문제 기존에 Eclipse를 쓰다가 Sublime Text로 바꿀려고 했는데, 이게 또 한글입력이 안되는 문제가 발생.'벼루'라는 입력기로 바꿔주면 괜찮다고 하는 글을 보고, 아래글을 참조하여 설치하니 이상없이 잘 동작한다. 오히려 이전에 쓰던것보다 조금 더 좋아진 느낌이랄까.. 참고글 : http://webnautes.tistory.com/511
동적으로 로딩된 shared library에서 메인 프로그램에 포함된 함수의 호출 방법 linux에서 shared library를 만들고 그 라이브러리에서 메인 프로그램의 일부 기능들을 사용해야 할 경우가 발생하였다. 참고 : http://stackoverflow.com/questions/17081131/how-to-call-a-function-in-the-main-program-from-a-dynamically-loaded-shared-libr -Wl, --export-dynamic 옵션을 이용하는 방법도 있다는 것.(난 몰랐네..)
ubuntu에 c++ 선형대수 라이브러리 armadillo 설치 1. 설치파일 다운로드 stable 버젼 3.6.2버젼을 다운로드 받는다. 설치는 ubuntu 12.10버젼.- 설치파일 다운로드 : http://arma.sourceforge.net/download.html 2. 설치하기 다운로드 받은 파일의 압축을 푼다. 본인은 다운로드 디렉토리에 풀었다.압축을 푼 디렉토리에서 아래의 명령을 입력한다.[참고] readme.txt파일을 열어보면 설치과정이 잘 설명되어 있다. > cd ~/다운로드/armadillo-3.6.2> cmake .> make> make install readme.txt파일 내용중 설치부분 설명.You can use the manual installation process as described in section 3.2, or the follo..
ubuntu에 LibreOffice 4.0 설치 1. 설치파일 다운로드다운로드 사이트 : http://ko.libreoffice.org/download/'기본설치 프로그램'과 '번역된 사용자 화면'을 다운로드 받는다. 2. 설치압축을 해제하면 deb 패키지파일에 여러개 있는데, 이 파일을 설치하면 끝. (본인의 경우는 아래처럼..) > cd ~/다운로드/LibreOffice_4.0.0.3_Linux_x86-64_deb/DEBS> sudo dpkg -i *.deb> cd desktop-integration> sudo dpkg -i *.deb> cd ~/다운로드/LibreOffice_4.0.0.3_Linux_x86-64_deb_langpack_ko/DEBS> sudo dpkg -i *.deb