Hi,
I've installed nim on Windows using scoop, it works fine for updating nim in an automated way.
Nim is installed on C:Usersmy_namescoopappsnim
I've tried to install nimx
I did it on C:Usersmy_namenimx folloiwing the steps on the web nimx homepage git clone https://github.com/yglukhov/nimx cd nimx nimble install -dy nake
When I tried to compile a nimx source example, I've got the error: Error: cannot open file: nimx/window
nimcache is in C:Usersmy_namenimcache
I suppose it is a path or folder mistake, could somebody help?
Regards