Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 375 Bytes

#DevAssistant GNOME 3 C Assistant!

With this Assistant for DevAssistant (at least version 0.10) you can create the base code for you GNOME 3 application in C.

You can doing it following this steps:

$ cd ~/
$ git clone --recursive [email protected]:alvaropg/da-c-gnome3.git
$ export DEVASSISTANT_PATH=~/da-c-gnome3
$ da create gnome3 -n ~/myproject

Have fun!