Quote:
Originally Posted by tompe
Thanks for the binaries. Hopefully they work...
|
I only tried mobi2html.exe on one file downloaded from here (the Sherlock Holmes omnibus), and it seemed to work.
Quote:
Originally Posted by tompe
Maybe I should remove the copy thing in the Makefile. It was a convenient way to get the binaries in the path. is there a location that always exists that i can copy binaries to so it works for other people?
|
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem
are always there, but I would not advise copying things there. %SystemRoot% is essentially C:\Windows on most systems. If you absolutely must copy things into the Path, make it a separate make target "install" depending on the "all" target, and copy things to C:\Perl\bin, the default location of ActiveState's Perl installation, which their installer also puts in the Path.