Difference between revisions of "Install"
From MSX Game Library
Line 1: | Line 1: | ||
− | ''<u>Note</u>: For the moment, the [[Build Tool]] is only compatible with Windows OS.'' | + | ''<u>Note</u>: For the moment, the [[Build Tool]] is only compatible with Windows 64-bits OS.'' |
− | |||
− | |||
1️⃣ '''Create''' a directory (name it "<tt>MSXgl</tt>" e.g.). | 1️⃣ '''Create''' a directory (name it "<tt>MSXgl</tt>" e.g.). | ||
Line 9: | Line 7: | ||
* or Download and unzip the [https://github.com/aoineko-fr/MSXgl/releases/download/v0.3.0-alpha/MSXgl-v0.3.0-alpha.zip latest version of the engine]. | * or Download and unzip the [https://github.com/aoineko-fr/MSXgl/releases/download/v0.3.0-alpha/MSXgl-v0.3.0-alpha.zip latest version of the engine]. | ||
− | 3️⃣ | + | 3️⃣ If you want to use program auto-launch option |
− | + | * Edit <tt>MSXgl\projects\default_config.cmd</tt> file, | |
+ | * Search for "set Emulator" and set the path for your favorite emulator (can be OpenMSX, BlueMSX, Meisei, Emulicious, fMSX or Ru-MSX). | ||
✅ '''You are done!''' You can start [[testing library samples]] or [[Create my first program|create your own brand new game]]! | ✅ '''You are done!''' You can start [[testing library samples]] or [[Create my first program|create your own brand new game]]! | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 14:02, 16 January 2022
Note: For the moment, the Build Tool is only compatible with Windows 64-bits OS.
1️⃣ Create a directory (name it "MSXgl" e.g.).
2️⃣ Install the engine:
- Clone the Git repository https://github.com/aoineko-fr/MSXgl.git (v0.3.0-alpha tag),
- or Download and unzip the latest version of the engine.
3️⃣ If you want to use program auto-launch option
- Edit MSXgl\projects\default_config.cmd file,
- Search for "set Emulator" and set the path for your favorite emulator (can be OpenMSX, BlueMSX, Meisei, Emulicious, fMSX or Ru-MSX).
✅ You are done! You can start testing library samples or create your own brand new game!