Skip to content

Conversation

Nedcotter
Copy link

Added steps for compilation after issues arose

Added steps for compilation after issues arose
@johnBuffer
Copy link
Owner

Thank you for your contribution. It's a good idea to add instructions directly in this repo. However the ones you provided are only for linux based systems. I think this should be as platform agnostic as possible. Also generating project files directly in the root directory isn't very clean. I would suggest using a procedure like this:

mkdir build
cd build
cmake ..
cmake --build .

and for MSVC users it is necessary to specify the configuration to build because by default it's debug

cmake --build . --config Release

@Wyvren44
Copy link

Wyvren44 commented May 5, 2023

how to run this ım new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants