vtm: Can't build vtm
Hey all, I’ve been having this issue where it’s missing a dependencies called “rich-text”. Any idea on how to fix?
It’s on the
--build
stage
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 18
Hey all, I’ve been having this issue where it’s missing a dependencies called “rich-text”. Any idea on how to fix?
It’s on the
--build
stage
By default Ubuntu 20.04 repositories provide GCC version 9.3.0. std::span requires GCC 10 or higher.
The default Ubuntu repositories include several GCC versions, from 7.x.x to 10.x.x. Install the latest GCC and G++ versions by typing: