Closed KhardanOne closed 4 years ago
The installation instructions have changed, sorry about that
bx
, bimg
and bgfx
must now be cloned outside of two
's repository
You can have a look at the updated build instructions https://github.com/hugoam/two#building
Also as a general rule of thumb, it helps to see what the CI script is doing (https://github.com/hugoam/two/blob/master/.travis.yml#L14) to understand how the lib is to be built, since as long as the CI build is green, it means it's succeeding to build the whole thing :)
It seems that genie wants to write outside two's folder. It fails. Following the README.md on Win10 character by character I got:
Tried with backslashes instead of fwd slashes:
Tried with quotes and forward slashes (
"bin/windows/genie.exe" vs2017
) with the same results.Tried on another drive and as an admin to make sure it is not a rights issue. Same results.
It would be useful to mention in the README.md to put two inside an extra new folder as it will write things its parent dir.