Installing ROOT on Ubuntu VMware workstation

Hello. I`m trying to install ROOT at my Ubuntu VMware workstation but I got an error.
After running the comand: cmake --build . – install -j4; appear the following masege:
[ 57%] Built target Unix
make: *** [Makefile:152: all] Error 2

Do you know how to fix this?

Hi @vasco,

we are missing context lines of the error, but likely you are missing some dependency. OTOH, building ROOT from sources is discouraged for regular users, and only recommended in some specific cases.

The recommended way of installing ROOT is via conda or a binary package: see Installing ROOT - ROOT. Unless, you have a very specific use case that justifies compiling ROOT, please use the provided instructions.

Cheers,
J.