GtkD - how to install

Alexandr Druzhinin drug2004 at bk.ru
Mon Dec 23 05:50:28 PST 2013


23.12.2013 19:19, DLang Beginner пишет:
> On Monday, 23 December 2013 at 10:08:09 UTC, Alexandr Druzhinin wrote:
>> Show your package.json file and the project structure.
>
> https://www.dropbox.com/s/l3wwm84w85h5su2/dlang-gtk1.png
> https://www.dropbox.com/s/9vs4r9l3lvdw2y1/dlang-gtk2.png
You shouldn't create your app inside gtkd structure. Try the following:
cd
mkdir test
cd test
dub init
copy ~/Desktop/gtkd/source/app.d ./source/
copy ~/Desktop/gtkd/package.json .
dub

and show what will happen


More information about the Digitalmars-d-learn mailing list