I am Charmie

メモとログ

2013-05-01から1ヶ月間の記事一覧

PdfMod on Ubuntu

PdfMod is an application for modifying PDF. I used it to remove pages but we can re-order, rotate, etc.

Imagemagick on ubuntu

install imagemagick sudo apt-get install imagemagick install pdfimages sudo apt-get install poppler-utils

Eigen3 with CMake

Eigen3 is not detectable by CMake findpackage macro. One solution for this problem is to self-create a file FindEigen3.cmake that enables CMake to find Eigen3.see here.