alcadica / develop

A simple tool to help elementary OS developers to develop their own apps and widgets.
https://github.com/alcadica/develop
GNU General Public License v3.0
40 stars 7 forks source link

Add build information to README.txt #20

Closed RonnyDo closed 6 years ago

RonnyDo commented 6 years ago

Nice tool, many thanks for that! One idea: Beginners are probably not very familiar with build systems. It would be nice to instruct them how to compile and run the code. Maybe a good solution is to generate, depending on the application type, an "Install, build and run" section in the README.md. Actually like you have it in the alcadica/develop project ;-) For myself I know how to run a compile a normal elementary project. But because it's the first time I created a wingpanel application I have no clue who no run/include the .so (shared library) file...

gh-alcadica commented 6 years ago

You are absolutely right. I will work on it soon. About the wingpanel indicator, I will look inside the meson build system, surely it has to be fixes.

gh-alcadica commented 6 years ago

Will be released asap! Thanks for your suggestion @RonnyDo!