View Single Post
Old 02-11-2008, 06:30 PM   #227
Gudy
Wizard
Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.Gudy ought to be getting tired of karma fortunes by now.
 
Gudy's Avatar
 
Posts: 1,154
Karma: 3252017
Join Date: Jan 2008
Location: Germany
Device: Pocketbook Touch Lux (623)
Quote:
Originally Posted by tompe View Post
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 View Post
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.
Gudy is offline   Reply With Quote