papyros / files-app

The file manager for Papyros
GNU General Public License v3.0
28 stars 8 forks source link

github version fails to compile on arch #5

Closed ctnlaring closed 9 years ago

ctnlaring commented 9 years ago

cmake .. runs successfully but when I run make I get:

$ make [ 2%] Merging translations into io.papyros.files.desktop... /bin/sh: INTLTOOL_MERGE-NOTFOUND: command not found CMakeFiles/io.papyros.files.desktop.dir/build.make:49: recipe for target 'CMakeFiles/io.papyros.files.desktop' failed make[2]: * [CMakeFiles/io.papyros.files.desktop] Error 127 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/io.papyros.files.desktop.dir/all' failed make[1]: * [CMakeFiles/io.papyros.files.desktop.dir/all] Error 2 Makefile:126: recipe for target 'all' failed make: *\ [all] Error 2

ricardomv commented 9 years ago

you need to install intltool to get it to work, we should add it to the dependencies.