Skip to content

Commit 360a08f

Browse files
committed
Update README.md
1 parent e3ac116 commit 360a08f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `mcmap` - Isometric map visualizer
22

3-
![](https://img.shields.io/badge/version-1.16.5-success) ![](https://img.shields.io/badge/version-1.17-success)
3+
![](https://img.shields.io/badge/version-1.16.5-success) ![](https://img.shields.io/badge/version-1.17-success) ![](https://img.shields.io/badge/snapshot-21w43-blueviolet)
44

55
*Original project by Simon Rettberg. All the credit goes to him for the idea and vision.*
66

@@ -191,6 +191,18 @@ If compiling the GUI version, you will also need [`Qt`](https://www.qt.io/downlo
191191

192192
You can also download and set up [Ubuntu on windows](https://ubuntu.com/tutorials/tutorial-ubuntu-on-windows#1-overview) then the steps are the same as Linux/Ubuntu.
193193

194+
### Snapshot support
195+
196+
Snapshots are unsupported by default. One can enable support by using the `SNAPSHOT` `CMake` option. In linux/macOS:
197+
```
198+
git clone https://github.com/spoutn1k/mcmap
199+
mkdir -p mcmap/build && cd mcmap/build
200+
cmake .. -DSNAPSHOT=1
201+
make -j
202+
```
203+
204+
On Windows, this will depend on the software you are using to compile `mcmap`.
205+
194206
## Troubleshooting
195207

196208
### Compilation fails

0 commit comments

Comments
 (0)