Skip to content

Commit

Permalink
meta: bump for 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Oct 20, 2021
1 parent 690b9d2 commit 6f41400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(GNUInstallDirs)

set(Minemap_VERSION_MAJOR 0)
set(Minemap_VERSION_MINOR 4)
set(Minemap_VERSION_PATCH 3)
set(Minemap_VERSION_PATCH 4)

if (${Minemap_VERSION_PATCH} EQUAL 0)
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains two command line utilities, "minemap" to convert images

Building is handled by CMake. As of version 0.4.0, boost is no longer required neither at compile time and run time. Please make sure you have the following dependencies:

* Magick++ 7, part of Imagemagick
* Magick++ 7, part of Imagemagick, OR GraphicsMagick if you are building on Windows.
* zlib, used to compress / decompress NBT data stream
* nbtp, used to manipulate NBT data structure (as a git submodule or use existing library)

Expand All @@ -20,7 +20,9 @@ View README-minecraft.md for a detailed explanation on map item formats. See `mi

### Building on Windows ft. @liushuyu

Without loss of generality, let's admit that building this on Windows is the most horrible part for me, and probably for readers as well. To save the hassle you may download prebuilt, statically linked executables from the release page. For fearless Windows users who prefer to build yourself out there, follow the following steps proposed by the almighty liushuyu...
I have no idea how to build minemap on that shit. Luckily @liushuyu found a way to do this. Starting from v0.4.4, you may download prebuilt, statically linked executables from the release page.

It's dangerous to go alone! Take these steps to compile your own copy on Windows.

##### Prepare

Expand Down

0 comments on commit 6f41400

Please sign in to comment.