Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #5

wants to merge 1 commit into from

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