mcview
mcview copied to clipboard
Can mcview be used on Linux?
Hi,
I tried to build the project on Linux. I don't know if it's possible but I would like to run mcview on Linux. Even though I'm not very familiar with cmake, I could run "cmake ." at the root level and build the project successfully. After this step however, I didn't find any executable files. I had a Makefile though so I tried to run "make -j4" in hope that it would build the mcview executable. Unfortunately, it failed.
I attach the output of my make command.
Is it possible to run mcview on Linux?