summaryrefslogtreecommitdiff
path: root/Documentation/CLionConfiguration.md
AgeCommit message (Collapse)Author
2021-07-27Documentation: Add preferred coding style options to CLion configurationLinus Groh
2021-07-10Documentation: Reorganize the build documentationGunnar Beutner
2021-07-03Documentation: Add notes for first time setup of the project in CLionDiego Garza
Mention the "Open Project Wizard" where you can set the CMake options before making the cache. Remind users to use the "Default" build type and to build the Toolchain so CMake does not complain.
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-03Documentation: Add a note about excluding the Build directory in CLionBrian Gianforcaro
This was discussed a while back on discord, but no one got around to writing it down yet.
2021-04-17Documentation: Change CMake build directory to Build/i686 in CLion configMarcin Gasperowicz
2021-02-26Documentation: Update CLion configuration documentationItamar
Closes #5512
2020-05-17Meta: Update CLion and WSL configuration documentationsDevashish
This commit updates CLionConfiguration.md and NotesOnWSL.md so that they comply with new build system. In addition to that, the WSL doc is updated to include instructions to run qemu (and serenity) natively on Windows, without needing an X-window server.
2020-05-04Meta: Add configuration for setting up project in CLionDevashish
This commit adds a CMakeLists.txt file that will be used by CLion to configure the project and documentation explaining the steps to follow. Configuring CLion this way enables important features like code completion and file search. The configuration isn't perfect. There are source files for which CLion cannot pick up the headers and asks to manually include them from certain directories. But for the most part, it works all right.