Difference between revisions of "Install"

From MSX Game Library

 
Line 11: Line 11:
  
 
3️⃣ ''(Optional)'' If you want to use the emulator '''auto-launch''' option:
 
3️⃣ ''(Optional)'' If you want to use the emulator '''auto-launch''' option:
* [[Create_my_first_program#Test_template_program|Build any sample program]] to generate <tt>MSXgl\projects\default_config.js</tt> file and edit it ''(the default [[Build tool]]'s configuration)'',
+
* [[Create_my_first_program#Test_template_program|Build any sample program]] to generate <tt>MSXgl\projects\default_config.js</tt> file ''(the default [[Build tool]]'s configuration)'' and edit it,
 
* Search for "<tt>Emulator</tt>", set the path for your favorite [[Emulators|emulator]] (can be [https://openmsx.org openMSX], [https://emulicious.net Emulicious], [http://bluemsx.msxblue.com BlueMSX], [https://fms.komkon.org/fMSX fMSX], [https://www.msx.org/news/emulation/en/meisei-132 Meisei] or [http://www.lexlechz.at/en/software/RuMSX.html Ru-MSX]) and set "<tt>DoRun = true</tt>".
 
* Search for "<tt>Emulator</tt>", set the path for your favorite [[Emulators|emulator]] (can be [https://openmsx.org openMSX], [https://emulicious.net Emulicious], [http://bluemsx.msxblue.com BlueMSX], [https://fms.komkon.org/fMSX fMSX], [https://www.msx.org/news/emulation/en/meisei-132 Meisei] or [http://www.lexlechz.at/en/software/RuMSX.html Ru-MSX]) and set "<tt>DoRun = true</tt>".
 
* ''<u>Note</u>: Many other options from <tt>default_config.js</tt> are overwriten by the project's configuration.''
 
* ''<u>Note</u>: Many other options from <tt>default_config.js</tt> are overwriten by the project's configuration.''

Latest revision as of 00:01, 2 June 2024

How to install MSXgl

Follow those steps:

1️⃣ Create a directory (name it "MSXgl" for example).

  • Note: It is recommanded to use a directory without any space in the full path.

2️⃣ Install the engine:

3️⃣ (Optional) If you want to use the emulator auto-launch option:

You are done! You can start testing library samples or create your own brand new game!

macOS

For Windows and Linux, all the needed tools are imbedded into MSXgl package, but macOS users need to manually install Node.js (18.12.1 or newer) and SDCC (4.2.0) before they can run the MSXgl's Build tool. See this installation guide.

The path of all the programs used in the Build tool can be changed in the default_config.js file.

Annexe

See also: