Build updates
This commit is contained in:
parent
2f0e1614d0
commit
c63e33f1bc
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ endif
|
|||
rm bin/monkune-win32/readme.txt
|
||||
rm bin/monkune-win32/lovec.exe
|
||||
cat bin/monkune.love >> bin/monkune-win32/love.exe
|
||||
mv bin/monkune-win32/love.exe bin/monkune-win32/KunKune.exe
|
||||
mv bin/monkune-win32/love.exe bin/monkune-win32/Monkune.exe
|
||||
cp lib/bin-license.txt bin/monkune-win32/license.txt
|
||||
zip -9jr bin/monkune-win32.zip bin/monkune-win32
|
||||
rm -rf bin/monkune-win32
|
||||
|
|
32
README.txt
32
README.txt
|
@ -1,10 +1,30 @@
|
|||
MONKUNE
|
||||
================================================================================
|
||||
is a puzzle-ish game made for Librejam 2020-01!
|
||||
is a puzzle-ish game made for Librejam 2020-01.
|
||||
|
||||
BORING STUFF!
|
||||
|
||||
INSTALL
|
||||
--------------------------------------------------
|
||||
Jaidyn Ann <jadedctrl@teknik.io>!
|
||||
Code under GPLv3 (see COPYING.txt)!
|
||||
Art under varying (libre; see ./art/COPYING.txt)!
|
||||
Libraries under varying (libre; see ./lib/COPYING.txt)!
|
||||
LINUX/UNIX/HAIKU
|
||||
--------------------
|
||||
Download and open the "monkune.love" archive with the `love2d` command.
|
||||
|
||||
WINDOWS
|
||||
--------------------
|
||||
Download and extract the "monkune-win32.zip" file.
|
||||
From there, run "Monkune.exe".
|
||||
|
||||
|
||||
"BUILD"
|
||||
--------------------------------------------------
|
||||
The makefile can make both the "monkune.love" archive and the windows
|
||||
executable. Make sure the `./bin/` directory exists, and that love2d
|
||||
is installed with your package manager.
|
||||
|
||||
|
||||
BORING STUFF
|
||||
--------------------------------------------------
|
||||
Jaidyn Ann <jadedctrl@teknik.io>
|
||||
Code under GPLv3 (see COPYING.txt)
|
||||
Art under varying (libre; see ./art/COPYING.txt)
|
||||
Libraries under varying (libre; see ./lib/COPYING.txt)
|
||||
|
|
Ŝarĝante…
Reference in New Issue