summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-08-10 20:32:19 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-08-10 20:32:19 +0200
commit666bbda70e6ec79fa997c3a87f0bfb8179a47b2a (patch)
treedc41ce3135f91807c98853f5e4a341f4dade7228 /README.CMake.txt
parent4077dfa629d43aedf445d828e809d1732205c6f7 (diff)
Fix tabs, trailing spaces, and update dependencies
Diffstat (limited to 'README.CMake.txt')
-rw-r--r--README.CMake.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index cb8337248..fd31db049 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -517,16 +517,16 @@ installed CMake you may need to adjust the path's in the alias commands.
2.6 Building under Windows WSL with Clang and Makefiles
----------------------------------------------------------
-WSL, the Windows Subsystem for Linux allows developers to run a Linux
+WSL, the Windows Subsystem for Linux allows developers to run a Linux
environment without the need for a separate virtual machine or dual booting.
-WSL 2 runs inside a managed virtual machine that implements the full
+WSL 2 runs inside a managed virtual machine that implements the full
Linux kernel. WSL requires Windows 11.
FLTK apps generated using WSL are Linux compatible binaries. To run those
-binaries on Windows, WSL comes with a limited built-in X11 server. Third
+binaries on Windows, WSL comes with a limited built-in X11 server. Third
party X11 servers can be installed that better support all features of FLTK.
-1) Install WSL from PowerShell with admin privileges:
+1) Install WSL from PowerShell with admin privileges:
> wsl --install
2) Reboot and open the Linux terminal. You will need to install the following