From 56b149dfb5db258253bc6189c497982566ba73f6 Mon Sep 17 00:00:00 2001 From: bruce Date: Sun, 3 Nov 2013 00:17:54 +0800 Subject: [PATCH] Fix broken markdown in README --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 6a0285a..f04ac2e 100644 --- a/readme.md +++ b/readme.md @@ -52,14 +52,14 @@ The code I wrote is basically conversion glue between the DOSBox OPL emulator, t ## Building ## -So far I've only built under Windows. Thanks to Juce, it should be possible to build under OSX and Linux too. Volunteers to build OSX/Linux releases would be appreciated (XCode required for OSX). +So far I've only built under Windows. Thanks to Juce, it should be possible to build under OSX and Linux too. **Volunteers to build OSX/Linux releases would be appreciated** (XCode required for OSX). ### Windows Build Instructions ### -1) Download Juce (http://www.juce.com/) -2) Build and run "The Introjucer" -3) Open JuceOPLVSTi.jucer +1. Download Juce (http://www.juce.com/) +2. Build and run "The Introjucer" +3. Open JuceOPLVSTi.jucer - Make any changes to the GUI layout and components here (PluginEditor.cpp). - Save PluginEditor.cpp if modified -4) Hit "Save Project and Open in Visual Studio". I used Visual Studio Express 2012. -5) Build! +4. Hit "Save Project and Open in Visual Studio". I used Visual Studio Express 2012. +5. Build!