-
-
Notifications
You must be signed in to change notification settings - Fork 93
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Standard Configuration | ||
|
||
language_tabs: | ||
|
||
toc_footers: | ||
|
||
includes: | ||
|
||
search: true | ||
--- | ||
|
||
# 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 commentThe 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. |
||
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 commentThe 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. |
||
|
||
[CMake and CLion](https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html). | ||
[Configuring your Compiler](https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html). |
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