Question / Help Building StreamControl From Source on F23

Jack0r

The Helping Squad
You will probably want to talk to farpenoodle about this. The OBS forum is not really the right place to talk about compiling a different software.
 
I was trying here because he only builds on windows. So I was hoping that someone else had tried to get it going on Linux and had luck.
 

1Miguel1

New Member
Copying my pm I just sent to lorddrachenblut:

Basically, I downloaded the source code opened the .pro file in qt-creator, and changed some of the source code, mainly windows-only code.

I will try to publish my source code as soon as possible, but it is currently stored in my desktop which I don't have access to atm.

If you want to try yourself...
What I do remember is that I removed code for "win-keyhelper".
I also removed line 121, 139, 156, 169 from this file:
https://github.com/farpenoodle/StreamControl/blob/master/StreamControl/configwindow.cpp

And changed all "\\" to "/" in the same file.

Remember to have all qt5 development tools installed.

//Miguel
 
Copying my pm I just sent to lorddrachenblut:

Basically, I downloaded the source code opened the .pro file in qt-creator, and changed some of the source code, mainly windows-only code.

I will try to publish my source code as soon as possible, but it is currently stored in my desktop which I don't have access to atm.

If you want to try yourself...
What I do remember is that I removed code for "win-keyhelper".
I also removed line 121, 139, 156, 169 from this file:
https://github.com/farpenoodle/StreamControl/blob/master/StreamControl/configwindow.cpp

And changed all "\\" to "/" in the same file.

Remember to have all qt5 development tools installed.

//Miguel


Thanks for the information. Once we get it worked out what files need changed maybe we can try to get farpnoodle to incorporate them somehow so it can be built on Linux and Windows both.

Cheers.
 
I have now created a pull request on github with linux compatibility. I know for sure that hotkey functions won't work in GNU+Linux but I may have missed something else, so I'm really unsure if farpenoodle will implement it in his version.

Anyway, heres the source code:
https://github.com/MiggL/StreamControl
Please let me know of any problems that may occur.


I will try to pull this down and build it soon. Thank you this is possibly one thing I've really been looking to get going for my setup
 
Top