Matroska-Org / foundation-source

libEBML2, libMatroska2, mkvalidator, mkclean and the specifications
55 stars 29 forks source link

After compiling and build -> -bash: mkvalidator: command not found #113

Closed Speedmod88 closed 1 year ago

Speedmod88 commented 1 year ago

Hello

Need some help... My debian don't find mkvalidator

I installed using

git clone ** cd foundation-source cmake . make 100% build without error

and it don't find mkvalidator cmd line


mkvalidator --version -bash: mkvalidator: command not found

using: Debian

thanks

robUx4 commented 1 year ago

If it built successfully, the binary should be somewhere before proper installation (cmake --install).

You can find it with:

find . -type f -name mkvalidator

robUx4 commented 1 year ago

I did the same command in my Ubuntu and I got this

$ find . -type f -name mkvalidator
./mkvalidator/mkvalidator