Open RajPorus19 opened 3 years ago
I am running Linux Mint on my computer and I had to add one dependency for the build to work : libpcre++-dev Consider adding it to the build info.
Same happens on Regolith (based on Ubuntu 20.04).
apt-get install libpcre3 libpcre3-dev should fix it.
apt-get install libpcre3 libpcre3-dev
I had the same issue on Ubuntu 22 - the above command by @Philipp0205 FIxed it.
I am running Linux Mint on my computer and I had to add one dependency for the build to work : libpcre++-dev Consider adding it to the build info.