simonkrauter / NiGui

Cross-platform desktop GUI toolkit written in Nim
MIT License
724 stars 49 forks source link

Add a nim.cfg file to examples #6

Closed PMunch closed 7 years ago

PMunch commented 7 years ago

It is mentioned in the readme that a --path should be set in your Nim config for the nigui files. It would be nice if the examples folder had a nim.cfg with --path:"../src" in it so people had an example for how to do that.

simonkrauter commented 7 years ago

I just improved the text. I think an extra example file is not needed, because it's just one line. What do you think now?

PMunch commented 7 years ago

Yeah I guess that works. It's just nice when you can cd into a folder and run "nim c -r" and have it run.

simonkrauter commented 7 years ago

I will close this, if someone really does not get it to work, we can improve the docs further.