From c0104ae53e426c976095f04e662db92224a92438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Sat, 13 Apr 2024 21:21:23 +0800 Subject: [PATCH 1/2] Remove llvm module from building doc It was removed on https://github.com/strato-emu/strato/commit/350f36d52f05f23a41e31fba06863b08eb48007f --- BUILDING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index a402beb33..eabe1f624 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -41,8 +41,7 @@ Import the project by clicking on the `Open` icon, then in the file picker choos

-Exclude the following folders from indexing: -- `app/libraries/llvm` +Exclude the following folder from indexing: - `app/libraries/boost` To exclude a folder, switch to the project view: From e302324d39cf86e93506efa36c5df9f5a234a2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Sat, 13 Apr 2024 23:09:39 +0800 Subject: [PATCH 2/2] remove the entire exclude section as is suggested by @lynxnb --- BUILDING.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index eabe1f624..44ee2b37c 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -41,21 +41,6 @@ Import the project by clicking on the `Open` icon, then in the file picker choos

-Exclude the following folder from indexing: -- `app/libraries/boost` - -To exclude a folder, switch to the project view: -

- - -

- -In the project view navigate to the `app/libraries` folder, right-click on the folder you want to exclude and navigate the menus to the `Exclude` option: -

- - -

- If an `Invalid Gradle JDK configuration found` error comes up, select `Use Embedded JDK`: