defuse / passgen

A password generator.
78 stars 25 forks source link

Don't Require Ruby to Build #31

Open defuse opened 9 years ago

defuse commented 9 years ago

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

defuse commented 9 years ago

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 commented 9 years ago

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

ghost commented 9 years ago

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