Difference between revisions of "Install"
From MSX Game Library
Line 7: | Line 7: | ||
2️⃣ Install the '''engine''': | 2️⃣ Install the '''engine''': | ||
− | * Clone the Git repository https://github.com/aoineko-fr/MSXgl.git (<tt>v0.3. | + | * Clone the Git repository https://github.com/aoineko-fr/MSXgl.git (<tt>v0.3.5-alpha</tt> tag), |
− | * or Download and unzip the [https://github.com/aoineko-fr/MSXgl/releases/download/v0.3. | + | * or Download and unzip the [https://github.com/aoineko-fr/MSXgl/releases/download/v0.3.5-alpha/MSXgl-v0.3.5-alpha.zip latest version of the engine]. |
3️⃣ If you want to use the emulator '''auto-launch''' option: | 3️⃣ If you want to use the emulator '''auto-launch''' option: |
Revision as of 22:05, 9 May 2022
Note: For the moment, the Build Tool is only compatible with Windows 64-bits OS.
Follow those steps:
1️⃣ Create a directory (name it "MSXgl" e.g.).
- Note: For now (v0.3.5), please use a directory without any space in the full path.
2️⃣ Install the engine:
- Clone the Git repository https://github.com/aoineko-fr/MSXgl.git (v0.3.5-alpha tag),
- or Download and unzip the latest version of the engine.
3️⃣ If you want to use the emulator 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, Emulicious, BlueMSX, Meisei, fMSX or Ru-MSX).
- Note: Many other options from default_config.cmd are overwriten by samples' build script.
✅ You are done! You can start testing library samples or create your own brand new game!