This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
forked from FunkinCrew/Funkin
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oops we revert cuz hxCodec is broken on linux i guess :(
- Loading branch information
1 parent
8583e67
commit ab7fa16
Showing
5 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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 file contains 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 file contains 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 file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
Packages needed: | ||
- luajit (sudo apt install luajit) (For Lua Functions) | ||
- libvlc-dev (sudo apt-get install libvlc-dev) (For Video Playback) | ||
- libvlccore-dev (sudo apt-get install libvlccore-dev) (For Video Playback) | ||
You need the 'luajit' package to run the game correctly (at least on Ubuntu). | ||
Basically if you get an error about lua stuff, try installing it with your package manager (something like 'sudo apt install luajit') |