1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-31 10:56:21 +00:00

Compare commits

...

4 commits

Author SHA1 Message Date
Cameron Taylor 77cbc55ce1
Merge pull request #949 from ACrazyTown/patch-1
Fix the spelling error in README (executible -> executable)
2021-05-14 14:34:33 -07:00
Cameron Taylor a973147447
Merge pull request #1052 from PurpleButNotALight/delete-beatbattle
Delete BeatBattle.hx
2021-05-14 14:26:20 -07:00
PurpleButNotALight 508ac4d716 Delete BeatBattle.hx
this file was annoying me
2021-05-08 17:15:29 +02:00
A Crazy Town a687d01c1e
Fix the grammar error in README (executible -> executable) 2021-04-26 23:15:41 +02:00
2 changed files with 1 additions and 1 deletions

View file

@ -75,7 +75,7 @@ and you should be good to go there.
Once you have all those installed, it's pretty easy to compile the game. You just need to run 'lime test html5 -debug' in the root of the project to build and run the HTML5 version. (command prompt navigation guide can be found here: [https://ninjamuffin99.newgrounds.com/news/post/1090480](https://ninjamuffin99.newgrounds.com/news/post/1090480)) Once you have all those installed, it's pretty easy to compile the game. You just need to run 'lime test html5 -debug' in the root of the project to build and run the HTML5 version. (command prompt navigation guide can be found here: [https://ninjamuffin99.newgrounds.com/news/post/1090480](https://ninjamuffin99.newgrounds.com/news/post/1090480))
To run it from your desktop (Windows, Mac, Linux) it can be a bit more involved. For Linux, you only need to open a terminal in the project directory and run 'lime test linux -debug' and then run the executible file in export/release/linux/bin. For Windows, you need to install Visual Studio Community 2019. While installing VSC, don't click on any of the options to install workloads. Instead, go to the individual components tab and choose the following: To run it from your desktop (Windows, Mac, Linux) it can be a bit more involved. For Linux, you only need to open a terminal in the project directory and run 'lime test linux -debug' and then run the executable file in export/release/linux/bin. For Windows, you need to install Visual Studio Community 2019. While installing VSC, don't click on any of the options to install workloads. Instead, go to the individual components tab and choose the following:
* MSVC v142 - VS 2019 C++ x64/x86 build tools * MSVC v142 - VS 2019 C++ x64/x86 build tools
* Windows SDK (10.0.17763.0) * Windows SDK (10.0.17763.0)
* C++ Profiling tools * C++ Profiling tools

View file