리눅스Ubuntu

리눅스 pdf 리더 오큘러 Okular 설치

m_ah 2019. 4. 15. 16:41

제일 간단한 방법은 이거!!!

 

$ sudo apt-get install okular

 

하고 터미널에서 okular 치면 실행 된다. 

 

아니면 아래 방법 사용.. 

 

git clone git://anongit.kde.org/okular

 

cd okular

 

mkdir build

 

cd build

 

cmake -DCMAKE_INSTALL_PREFIX=/path to your install dir/

 

make 

 

make install

 

 

 

source build/prefix.sh; okular