google / woff2

MIT License
1.52k stars 185 forks source link

command not found: woff2_compress #159

Open o-t-w opened 1 year ago

o-t-w commented 1 year ago

I followed the instructions

git clone --recursive https://github.com/google/woff2.git
cd woff2
make clean all

but the command is not working.

janstieler commented 1 year ago

Hi, you need to call it like a shell script with ./ : ./woff2_compress testfont.ttf

Best

matt-greenfield-15 commented 5 months ago

Should this not be in the readme? Unless it's a standard practice not to document it like that?