From f3eb5e7802766e3f94b7ff09b5912983a9fa4bc0 Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Mon, 17 Feb 2020 00:11:30 +0300 Subject: [PATCH] Remove mention of build_x86.gradle in readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b940d9c..6531cd99 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,10 @@ They can be found [here](https://github.com/weisJ/darklaf/wiki/Features#alternat This LookAndFeel supports custom window decorations (only on Windows at this point). In contrast to most other LaFs the native window behaviour is not compromised giving a seamless experience that still looks native. # Build -To build the project replace the ````build.gradle```` script with the one -fitting your platform i.e. -- You only have a x86 toolchain installation -> ````build_x86.gradle```` -- You only have a x64 toolchain installation -> ````build_x64.gradle```` -- You have a 86x_64x_multilib toolchain installation -> ````build.gradle```` + + ./gradlew build + +When building on Windows, you need a C++ toolchain installed to build native extension. # Contribute Here is a list of things that currently are not finished or need refinement. This list is a work in progress and being updated regulary. If you find any problems with the LaF feel free to submit an issue: