Browse Source

Update README.md

pull/27/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
54ad78ce9c
  1. 6
      README.md

6
README.md

@ -83,9 +83,9 @@ This LookAndFeel supports custom window decorations (only Windows at this point)
# Build
To build the project replace the ````build.gradle```` script with the one
fitting your platform i.e.
- You only have a x86 cpp installation -> ````build_x86.gradle````
- You only have a x64 cpp installation -> ````build_x64.gradle````
- You have a 86x_64x_multilib installation -> ````build.gradle````
- 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````
# 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:

Loading…
Cancel
Save