How to install LIKO-12
This guide will help you install LIKO-12 on your machine. LIKO-12 is available on Windows, Linux, macOS and Android.
You can download LIKO-12 releases on:
If you are on Android, you can get LIKO-12 directly on Google Play.
Windows
- Download the Windows build (
..._Windows.zip) - Unzip the
.zipfile - Launch
LIKO-12.exe
Linux
There are two different methods to get LIKO-12 on Linux: either using a .love
file or using an AppImage. It is recommend to use the first method.
Using the .love file (recommended)
- Install LÖVE 11.1 from http://love2d.org
- Download the universal
.lovefile (..._Universal.love) - If you want to enable HTTPS support, install the
lua-secpackage (either with your system package manager or LuaRocks); otherwise you can skip this - Execute
love LIKO-12_..._Universal.love
If you cannot install
lua-secfor any reason, you can installlibcurlas a replacement
Using the AppImage (only works on 64-bits systems)
The AppImage can't open its data folder, and the data folder location is also unknown
- Download the Linux .AppImage (
..._Linux_x86_64.AppImage) - Make it executablewith
chmod u+x LIKO-12_..._Linux_x86_64.AppImage - If you want to enable HTTPS support, install the
lua-secpackage (either with your system package manager or LuaRocks); otherwise you can skip this - Execute the AppImage with
./LIKO-12_..._Linux_x86_64.AppImage
If you cannot install
lua-secfor any reason, you can installlibcurlas a replacement
macOS
HTTPS support in LIKO-12 should work out of the box in macOS (using
libcurl, which is pre-installed in macOS)
- Install LÖVE 11.1 from http://love2d.org
- Download the universal
.lovefile (..._Universal.love) - Run the universal
.lovefile using LÖVE 11.1
We also provide macOS builds of LIKO-12 (
..._Mac.zip), but please note that those builds are not supported and not guaranteed to work
Android
It is highly recommended to install LIKO-12 from Google Play.
As an alternative, we provide an APK (..._Android.apk).
Please note that since Google signs LIKO-12 with a different key when downloaded from Google Play, if you switch between the Google Play release of LIKO-12 and another release, your data won't be saved (so you will need to make a backup in this situation).
What's next
You can start reading LIKO-12 "Getting Started" guide.