-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
CLion-CMake-Docs-Update #175
base: docs
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,21 @@ | |||
--- | |||
title: Standard Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the title
|
||
# CLion CMake | ||
|
||
1. Once you've installed OpenSSL and cloned sleepy-discord into your project directory, open the project in CLion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is missing many steps, I think it's better not to include the previous steps.
1. Once you've installed OpenSSL and cloned sleepy-discord into your project directory, open the project in CLion. | ||
2. Click on Build > Build Project. | ||
3. Wait for the build process to finish. | ||
4. Find your CMake cache in sleepy-discord\cmake-build-debug\CMakeCache.txt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why you need to find your CMake cache. after the build is finished the guide should end unless you are telling users how to run the program.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the remaining issues.
Updated documentation for CLion IDE.