Re: Linking a .h file

2019-05-27 Thread infinityplusb via Digitalmars-d-learn
On Saturday, 25 May 2019 at 12:59:50 UTC, Timur Gafarov wrote: bindbc-nuklear expects nuklear.so in /usr/local/lib. That's important! I changed my symlink in `/usr/local/lib` from `libnuklear.so` to `nuklear.so` and it works now.

Re: Linking a .h file

2019-05-27 Thread infinityplusb via Digitalmars-d-learn
On Saturday, 25 May 2019 at 12:59:50 UTC, Timur Gafarov wrote: bindbc-nuklear expects nuklear.so in /usr/local/lib. Or you can compile Dagon without optional libraries, using "Minimal" subconfiguration in your dub.json: "subConfigurations": { "dagon": "Minimal" } Fonts and GUI will be

Re: Linking a .h file

2019-05-25 Thread Timur Gafarov via Digitalmars-d-learn
23.05.2019 13:12, infinityplusb пишет: I'm trying to use Dagon (https://github.com/gecko0307/dagon) for what I thought would be a simple enough project. Initially the one thing I needed to do was to install Nuklear and Freetype 2.8.1 `Under other OSes you have to install them manually` as I'm

Linking a .h file

2019-05-23 Thread infinityplusb via Digitalmars-d-learn
I'm trying to use Dagon (https://github.com/gecko0307/dagon) for what I thought would be a simple enough project. Initially the one thing I needed to do was to install Nuklear and Freetype 2.8.1 `Under other OSes you have to install them manually` as I'm running on Ubuntu. I'm using dub and