passgen icon indicating copy to clipboard operation
passgen copied to clipboard

Don't Require Ruby to Build

Open defuse opened this issue 11 years ago • 3 comments

Check wordlist.h into the repository so that you don't need ruby to build it.

defuse avatar Nov 10 '14 02:11 defuse

Oh wait, it's already in there, but it's failing for someone who doesn't have ruby:

ruby tools/generate_wordlist.rb libs/wordlist.txt > libs/wordlist.h
/bin/sh: 1: ruby: not found
make: *** [libs/wordlist.h] Error 127

defuse avatar Nov 10 '14 02:11 defuse

So we need to tell make to do something like "generate wordlist.h only if it isn't there" or something like that.

defuse avatar Nov 10 '14 02:11 defuse

This was more or less fixed with this, wasn't it? https://github.com/defuse/passgen/commit/6885bc952ef750f4967137f3a2e2089153631405

ghost avatar Jun 21 '15 19:06 ghost