sifive / freedom-tools

Tools for SiFive's Freedom Platform
217 stars 52 forks source link

Missing prerequisite on a clean Ubuntu 18.04 install #52

Closed benjaminou4412 closed 4 years ago

benjaminou4412 commented 4 years ago

Dunno if this is a problem with me using an older Ubuntu or not, but the issue is lack of meson. Apparently the python 3.6 on this ubuntu install also lacks pip, so I had to get that too, and then:

python3 -m pip install meson

to get the build to continue. Should also note that installing meson through apt doesn't work because it's an outdated version with a major bug (apt gets you 0.45, pip gets you something in the 0.5x range).

jim-wilson commented 4 years ago

The ubuntu prerequisites section in the README.md does mention installing meson.

benjaminou4412 commented 4 years ago

Oops, my bad.