Re: Nimble build error

2019-10-07 Thread IcanCode
example are not present in exe form they are still needs to build as they are 
present as Nim code. for examle glsl.nim or hello_world.nim. if i build c or 
c++ application it became and .exe application to run . why not in Nim lang 
nimble ?


Re: Nimble build error

2019-10-07 Thread IcanCode
Mean what ? 


Re: Nimble build error

2019-10-07 Thread shashlick
There is nothing to build in easygl.nimble.

[https://github.com/jackmott/easygl](https://github.com/jackmott/easygl)

There would be a bin key like the error message states if there was something 
to build.


Re: Nimble build error

2019-10-07 Thread IcanCode
no i have downloaded source from GitHub and i want to build it there is a 
easygl.nimble file. so from this file i want to build to. from Windows cmd i am 
giving command that is nimble build easygl


Re: Nimble build error

2019-10-07 Thread IcanCode
what install means i can understand is installing a package from Nimble github 
online. but i am using from my pc where source is located i am building the 
source. as i build source of c++ or c with cmake (gui). 


Re: Nimble build error

2019-10-07 Thread miran
Did you mean to do `nimble install easygl`?


Nimble build error

2019-10-07 Thread IcanCode
hi I am new here please help nimble building error

Tip: 8 messages have been suppressed, use --verbose to show them. Error: 
Nothing to build. Did you specify a module to build using the bin key in your 
.nimble file?