On Wed, Jul 14, 2010 at 10:15:13PM +0200, Jozef Misutka wrote: > ok, reposting to pdfedit-support as i am not the author of Makefiles; > however, this should work > > checkout the sources as described here > http://sourceforge.net/projects/pdfedit/develop > > and ./configure --help as described here > http://pdfedit.petricek.net/en/user_doc.html#install_part > should give you the right command to install tools
README file in the source tree root gives you a better and more updated list of all configure parameters. In your case, AFAIU, you want just a tool to be compiled, so you need something like: ./configure --disable-gui --enable-tools --enable-pdfedit-core-dev make cd src/tools RUN_YOUR_TOOL -- Michal Hocko ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
