parlr / ruby-font-creator

Generate rich Unicode open fonts with custom annotations, transliterations, pronunciations.
21 stars 3 forks source link

fix(install): create a .tmp/ directory #1

Closed edouard-lopez closed 7 years ago

edouard-lopez commented 9 years ago

Required by bin/extract-unicode-pinyin.bash otherwise get the following error:

bin/extract-unicode-pinyin.bash: line 58: /home/elopez/projects/Hanzi-Pinyin-Font/.tmp/unicode-pinyin.csv: No such file or directory
DaWy commented 7 years ago

I'm having this issue when trying to compile. The directory is there, but no unicode-pinyin.csv. Any hint on this? Also there is no bin/extract-unicode-pinyin.bash.

/bin/bash: bin/extract-unicode-pinyin.bash: No existe el archivo o el directorio makefile:82: fallo en las instrucciones para el objetivo '.tmp/unicode-pinyin.csv' make: *** [.tmp/unicode-pinyin.csv] Error 127

edouard-lopez commented 7 years ago

Thanks @DaWy, I'm droping the bash/PHP approach to go for a javascript/TDD solution.

I close this issue as not relevant anymore.