Releases: Renan2010/Funkin-Linux
v0.4.1-Linux
Linux port release
Note: This binary can only be run with VLC installed on your Linux distribution
~/linux/bin $ ./Funkin: error while loading shared libraries: libvlc.so.5: cannot open shared object file: No such file or directory
To fix this error you need to install the VLC package on your distro. The most popular Linux distros below to help you :)
Debian/Ubuntu based-distros
~ $ sudo apt install vlc
Arch Linux/Manjaro based-distros
~ $ sudo pacman -S vlc
Gentoo based-distros
~ $ sudo emerge --ask media-video/vlc # It will compile vlc this takes a long time depending on your CPU speed
Fedora based-distros
~ $ sudo dnf install vlc
OpenSUSE based-distros
~ $ sudo zypper install vlc
Void Linux based-distros
~ $ sudo xbps-install -S vlc
Directory structure
.
├── bin
│ ├── assets
│ ├── backups
│ ├── changelog.txt
│ ├── do NOT readme.txt
│ ├── Funkin <- execute
│ ├── lime.ndll
│ ├── manifest
│ ├── mods
│ └── scores.json
├── haxe
│ ├── ApplicationMain.hx
│ ├── debug.hxml
│ ├── final.hxml
│ ├── ManifestResources.hx
│ └── release.hxml
├── obj
├── ApplicationMain
├── ApplicationMain.hash
├── Build.xml
├── HxcppConfig.h
├── include
├── obj
├── Options.txt
└── src
How to execute
extract the linux.zip package
~ $ unzip linux.zip
If you don't have unzip installed see how to install it below
Debian/Ubuntu based-distros
~ $ sudo apt install unzip
Arch Linux/Manjaro based-distros
~ $ sudo pacman -S unzip
Gentoo based-distros
~ $ sudo emerge --ask app-arch/unzip
Fedora based-distros
~ $ sudo dnf install unzip
OpenSUSE based-distros
~ $ sudo zypper install unzip
Void Linux based-distros
~ $ sudo xbps-install -S unzip
Enter the directory
~ $ cd linux/
Enter the "bin" directory
~/linux $ cd bin/
Execute "Funkin"
~/linux/bin $ ./Funkin
To quickly complete all the steps in a single command, just copy and paste into your terminal
unzip linux.zip && cd linux/bin && ./Funkin
Photo of the game running
And enjoy :)
Ported and compiled by Renan Lucas