https://github.com/cebix/psximagerДеб пакетов и репозиториев с ней не было. так что решил собрать из исходников по инструкции.
либры естественно устанавливал
A C++ compiler.
Boost C++ libraries >= 1.50.0
http://www.boost.org/libcdio and libiso9660 >= 0.90
http://www.gnu.org/software/libcdio/libvcdinfo >= 0.7.27
http://www.gnu.org/software/vcdimager/Для установки нужно выполнить команды
$ ./bootstrap
$ ./configure
$ make
[become root if necessary]
# make install
Процесс сборки завершается на ./configure, вот что было написано:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCDIO... yes
checking for LIBISO9660... yes
checking for LIBVCDINFO... yes
checking for boostlib >= 1.50.0... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether the Boost::Filesystem library is available... yes
configure: error: Could not find a version of the library!
Помогите решить этот затык. (система ubuntu 14.04 x64)