A simple tool to help Elementary OS developers to develop their own apps and widgets.
Develop is available on the elementary OS AppCenter.
You can of course download and install Develop from source.
Ensure you have these dependencies installed
- granite
- gtk+-3.0
- switchboard-2.0
# install elementary-sdk, meson and ninja
sudo apt install elementary-sdk meson ninja
# clone repository
git clone https://github.com/alcadica/develop com.github.alcadica.develop
# cd to dir
cd com.github.alcadica.develop
# run meson
meson build --prefix=/usr
# cd to build, build and test
cd build
sudo ninja install && com.github.alcadica.develop
# after setting up meson build
cd build
# generates pot file
sudo ninja com.github.alcadica.develop-pot
# to regenerate and propagate changes to every po file
sudo ninja com.github.alcadica.develop-update-po