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
.zip
file - 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.
.love
file (recommended)
Using the - Install LÖVE 11.1 from http://love2d.org
- Download the universal
.love
file (..._Universal.love
) - If you want to enable HTTPS support, install the
lua-sec
package (either with your system package manager or LuaRocks); otherwise you can skip this - Execute
love LIKO-12_..._Universal.love
If you cannot install
lua-sec
for any reason, you can installlibcurl
as 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-sec
package (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-sec
for any reason, you can installlibcurl
as 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
.love
file (..._Universal.love
) - Run the universal
.love
file 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.