From 6bc8121e7b367b8cdaf624a0427ce41c5c478bbe Mon Sep 17 00:00:00 2001 From: "Christopher P. Yarger" Date: Mon, 8 Feb 2021 00:25:00 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) 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