Hi,

As the Fyne toolkit depends on EFL you need to either install that yourself
or use our bootstrap tool[1]. If you have done one or other of those then
the error you are seeing is strange, I can try to help you off-list (if so
please provide info about OS etc).

I am trying to find ways to provide more helpful errors when the native
deps cannot be found...!

Andrew

On Mon, 8 Oct 2018 at 16:21 <sount...@congotech.com> wrote:

> Hi There,
>
> I tried it to test it.
>
> But i am getting the below error :
>
> # pkg-config --cflags  -- eina evas ecore-evas ecore-evas ecore-input
> ecore ecore-evas eina evas ecore-evas ecore-input ecore evas ecore
> ecore-evas ecore-input evas
> Package eina was not found in the pkg-config search path.
> Perhaps you should add the directory containing `eina.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'eina' found
>
>
> what path should be exported to PKG_CONFIG_PATH?
>
> Thank u
>
>
>
> On Friday, September 14, 2018 at 10:47:00 PM UTC+5:30, Andrew Williams
> wrote:
>>
>> Hi,
>>
>> Some time ago I realised that Go was a great language for building new
>> applications, as I wanted to use something powerful but fast to learn. I
>> also wanted a really simple to use GUI toolkit that worked cross platform -
>> this was a little more difficult to satisfy!
>>
>> The aim was to create an API that was:
>>
>>    - Simple to learn
>>    - Great looking with theme options
>>    - Truly cross platform with identical look across platforms
>>    - Solved all of the complicated GUI challenges (threading, scaling
>>    etc)
>>
>> And so the Fyne project was created https://github.com/fyne-io/fyne !
>> The design language is basically material design and the rendering is
>> currently EFL with support for Windows, macOS and Linux.
>> It's entirely vector based (though you can draw a Raster space if you
>> need) and scales beautifully.
>>
>> For a taste of what that looks like here you go :)
>>
>> [image: widgets-dark.png]
>>
>> It's now well into development and ready for people to get involved.
>> There is a long way to go but it feels like a solid base.
>> Instructions for getting started, if you need them, are at
>> https://github.com/fyne-io/bootstrap/blob/master/README.md .
>> If you want to know more we're also in the #fyne channel on the gopher
>> Slack server.
>>
>> Thanks in advance for your thoughts :)
>> Andrew
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
http://andywilliams.me
http://ajwillia.ms

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to