mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
Native window decorations: added READMEs
This commit is contained in:
16
flatlaf-natives/flatlaf-natives-windows/README.md
Normal file
16
flatlaf-natives/flatlaf-natives-windows/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
FlatLaf Windows 10 Native Library
|
||||
=================================
|
||||
|
||||
This sub-project contains the source code for the FlatLaf Windows 10 native
|
||||
library (DLL).
|
||||
|
||||
The native library can be built only on Windows and requires a C++ compiler.
|
||||
Tested only with Microsoft Visual C++ 2019 (comes with Visual Studio 2019).
|
||||
|
||||
To be able to build FlatLaf on any platform, and without C++ compiler, the
|
||||
pre-built DLL is checked into Git at
|
||||
`flatlaf-core/src/main/resources/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll`.
|
||||
|
||||
This DLL was built on a GitHub server with the help of GitHub Actions. See:
|
||||
[Native Libraries](https://github.com/JFormDesigner/FlatLaf/actions/workflows/natives.yml)
|
||||
workflow. Then the produced Artifacts ZIP was downloaded and checked into Git.
|
||||
Reference in New Issue
Block a user