-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add installation commands for build dependencies #3
Conversation
Your project still appears to be in very active development. Inform me if you feel good and ready for a release, then I will merge it. |
Yes, I actually had quite a few Ideas, now it is almost done. I guess that it should be finished and tested in the next couple of days 😃. |
Hello, |
Hello,
I have added some commands to install the build dependencies.
I think this is especially for beginners useful.
PS: I have created project templates for KDevelop to use the dbus interfaces you mentioned with Python.
Maybe you can have a look and add a note to your Readme.md:
A template which is organized in modules: https://www.pling.com/p/1333751/
A very basic template: https://www.pling.com/p/1333634/
Edit: I have just committed a few changes. For instance the examples use python3, the install script checks if all the python files exist, new config options for the timeout and some optimizations.
Finally I have changed the run method so that the payload gets passed only to the script that generated it, before that it would send the payload to all the scripts.
Thanks 😃