kallerosenbaum / grokkingbitcoin

Source repository for Grokking Bitcoin
https://www.manning.com/books/grokking-bitcoin
Other
255 stars 53 forks source link

"make: inkscape: No such file or directory" #30

Closed jdriscoll98 closed 2 years ago

jdriscoll98 commented 2 years ago

Hello!

I tried to build this on Ubuntu 22.04 and ran into this error

root@host:~/grokkingbitcoin# make chunked
rm -rf build/style
ln -sfr style build
inkscape --export-text-to-path -o build/images/app2/appb-01.svg images/app2/appb-01.svg
make: inkscape: No such file or directory

I installed the dependencies listed in the readme before running "make chunked".

After running

sudo apt install inksacpe

I was able to build successfully. Just thought I'd point that out incase anyone else runs into this!

kallerosenbaum commented 2 years ago

Thanks for this. Fixed in PR #31