poke1024 / tove2d

Animated vector graphics for LÖVE.
Other
171 stars 8 forks source link

Windows demos does not work #20

Closed Jugbot closed 5 years ago

Jugbot commented 5 years ago

After following the instructions for setting up the windows and running love demos/ I get module tove not found Seems like the links to the library do not work? Keep in mind I am on D: drive instead of C:. Untitled

copying tove directly to the example folder instead gives

Error

tove/init.lua:575: cannot load module 'tove/libTove.dll': The specified module could not be found.

Traceback

[C]: in function 'load'
tove/init.lua:575: in function 'init'
tove/init.lua:3508: in main chunk
[C]: in function 'require'
main.lua:4: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
Jugbot commented 5 years ago

Nvm didnt have scons installed