BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
923 stars 155 forks source link

Install cmake and ffmpeg #2

Closed oeway closed 3 years ago

oeway commented 3 years ago

If start with a fresh conda virtual env and following the installation instructions, I got the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'cmake': 'cmake'

So it might be good to install cmake directly with conda.

Similarly, we need also ffmpeg to run the examples.

Another minor thing is maybe we should add -y after conda install so one can basically copy and paste all the commands.

BachiLi commented 3 years ago

thx!