0

Where do I find UTF8PROC? With a quick research I have found that it might be in libutf8proc1, so I installed it with sudo apt install , but the ./configure of subversion still doesn't find UTF8PROC. Where is it?

If needed I use version 16.04

I don't think this is a duplicate of this question I am asking which package should I install to get the file UTF8PROC

mattiav27
  • 875

1 Answers1

1

Quick search on packages.ubuntu.com gives the packages with this file.

You have to install related package with

sudo apt-get install libutf8proc-dev
N0rbert
  • 99,918