inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
757 stars 33 forks source link

Documentation error #553

Open AdrianoBrugnoni opened 8 months ago

AdrianoBrugnoni commented 8 months ago

In this doc: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/building.html#linux

we can read at the end, this line of code: ./build/bin/inexor-vulkan-renderer-example

It's wrong. The line needs to be substituted with this: ./build/example/inexor-vulkan-renderer-example

IAmNotHanni commented 8 months ago

Thank you very much for pointing out this issue. I will clean that up in the next pull request on docs, after rendergraph2 is finished.

IAmNotHanni commented 8 months ago

Oh by the way: can you build it? Do you havy any trouble with it?

AdrianoBrugnoni commented 8 months ago

Oh by the way: can you build it? Do you havy any trouble with it?

No thanks, I have no issue with building it.