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

CLion-CMake-Docs-Update #175

Open
wants to merge 2 commits into
base: docs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions source/setup-standard-clion-cmake.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Standard Configuration
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the title


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.
Copy link
Owner

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.

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.
Copy link
Owner

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.


[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).
3 changes: 2 additions & 1 deletion source/setup-standard.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ Using CMake to Generate build configuration files.

* [CMake App (GUI)](setup-standard-gui)
* [CMake Command (CLI)](setup-standard-cli)
* [Visual Studio CMake](setup-standard-vs-cmake)
* [Visual Studio CMake](setup-standard-vs-cmake)
* [Jetbrains CLion CMake](setup-standard-clion-cmake)