Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 17, 2019
1 parent ac39f9c commit 5c509b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.6.2
* Show descriptions for maps in custom sections.
* Can now be compiled on MSVC.

## 0.6.1
* Show descriptions for all custom random maps, fixes [#6](https://github.com/SiegeEngineers/aoc-builtin-rms/issues/6).

Expand Down
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,18 @@ In this case, I used some random names that already exist:

## Build

This project can only be built with MinGW GCC compilers at this time.
This project uses CMake.

To create a debug build (with some logging):

```
make
cmake && cmake --build
```

To create a release build (smaller and no logging):

```
make clean
env RELEASE=1 make
cmake -DCMAKE_BUILD_TYPE=Release && cmake --build
```

## License
Expand Down

0 comments on commit 5c509b8

Please sign in to comment.