Skip to content

Commit 3a65ba9

Browse files
committed
Update Linux specific docs about Clang and Ubuntu version change
1 parent 81df48b commit 3a65ba9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

manual/get-started/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For developers using Flax Editor on Linux platforms the requirements are:
1818

1919
| | Recommended |
2020
|-------|-------|
21-
| Tested operating systems | Ubuntu 23 or above |
21+
| Tested operating systems | Ubuntu 24 or above |
2222
| Processor | Quad-core or more, 2 GHz or faster |
2323
| RAM | 4 GB or more |
2424
| Hard drive space | 1 GB minimum |

manual/platforms/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Technical information
44

5-
Flax is compiled for Linux platform using **Clang** compiler and uses **X11** for UI. Binaries are tested on Ubuntu `23`.
5+
Flax is compiled for Linux platform using **Clang** compiler and uses **X11** for UI. Binaries are tested on Ubuntu `24`.
66

77
If your device has multiple GPUs installed you can select one using the cmd line argument: `-nvidia`, `-intel`, or `-amd`. Flax uses **Vulkan** for rendering.
88

manual/scripting/cpp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Flax Editor contains a built-in C# compiler for scripts but for C\+\+ scripting
3030
### Linux
3131

3232
* Install [Visual Studio Code](https://code.visualstudio.com/)
33-
* Get the compiler `sudo apt-get install clang lldb lld` (Clang 6 or newer)
33+
* Get the compiler `sudo apt-get install clang lldb lld` (Clang 14 or newer)
3434
* Install required dependencies `libxcursor-dev libxinerama-dev libx11-dev`
3535

3636
### Mac

0 commit comments

Comments
 (0)