This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I had to compile Aseprite for my girlfriends Windows. This is how I did it. | |
(As I had installed VS 2017 in german language I have to guess the right translation of the menu lables) | |
1. Download and install Git for Windows: https://git-scm.com/download/win | |
2. Download VS 2017 Community: https://www.visualstudio.com | |
3. When installing VS 2017 select the install option 'Desktop development with C++' | |
4. Download and install cmake: https://cmake.org/download/ | |
5. Download and install MozillaBuild: https://wiki.mozilla.org/MozillaBuild |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
file { | |
path => [ "/data/minecraft/*/logs/latest.log" ] | |
tags => ["minecraft"] | |
} | |
} | |
filter { | |
if "minecraft" in [tags] { | |
grok { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This script prints a list of URLs required to download all the minecraft | |
resources that the new launcher can access (jars, libraries, assets) | |
Redirect stdout to a file to do something useful with it. | |
Will store cached json indexes in | |
versions.json | |
versions/*.json |
NewerOlder