diff --git a/README.md b/README.md index 8e5fd8a1..bc1bc7b4 100644 --- a/README.md +++ b/README.md @@ -27,24 +27,6 @@ Use MIDI devices to trigger events in OBS and visa versa. Currently runs on Windows and Linux, and is untested on MAC -# Build instructions -In your obs-studio/plugins folder -1. ```git clone --recursive https://github.com/Alzy/obs-midi.git``` -2. Append to CMakeLists.txt - * ```add_subdirectory(obs-midi)``` - Go back to your OBS Build directory - ## Windows - 1. run ```cmake-gui.exe``` - 2. click ```configure``` - 3. click ```generate``` - 4. click ```open project``` - 5. In visual studio, right click on the obs-studio solution and click build - ## Linux - 1. Rerun cmake using your normal options - 2. rerun ```make -j4``` - 3. rerun ```sudo make install``` / ```sudo checkinstall``` depending on which you normally use. - ### [More info on building OBS from source](https://github.com/obsproject/obs-studio/wiki/install-instructions) - # Special thanks to the following projects * [RTMidi17](https://github.com/jcelerier/RtMidi17) An amazing modernized RTMIDI library * [OBSWebsocket](https://github.com/Palakis/obs-websocket/) from which much code was borrowed for interfacing with OBS