kbinani / mcview

Minecraft: top-down 2D map viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can mcview be used on Linux?

FBergeron opened this issue · comments

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.

output.txt

Is it possible to run mcview on Linux?