Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger authored Feb 8, 2021
1 parent 5a94147 commit 6bc8121
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bc8121

Please sign in to comment.