Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Feb 18, 2017
1 parent 53fefd3 commit e4068be
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,26 @@ The home page for the project is:

http://www.jfree.org/jfreechart

JFreeChart requires JDK 1.6.0 or later (JDK 1.8.0_40 or later for JavaFX
support) and is licensed under the terms of the GNU Lesser General Public
License (LGPL) version 2.1 or later.
JFreeChart requires JDK 1.8.0_40 or later. If JavaFX support is not required,
the library can be built using JDK 1.6.0 or later. The library is licensed
under the terms of the GNU Lesser General Public License (LGPL) version 2.1 or
later.


Building JFreeChart
-------------------
You can build JFreeChart using either Ant or Maven. The build requires JDK 1.6.0 or later.
If you require JavaFX support, then JDK 1.8.0_40 or later is required.
You can build JFreeChart using either Ant or Maven. The build requires
JDK 1.8.0_40 or later. If you do not require JavaFX support, then you can
build JFreeChart using JDK 1.6.0 or later.

#### Ant
Using Ant you can build JFreeChart using the following command (issued from the root directory of the project):

ant -f ant/build-fx.xml
ant -f ant/build.xml

This will include JavaFX support. To build without JavaFX:

ant -f ant/build.xml
ant -f ant/build-1.6.xml

The Ant build script will perform all build and packaging tasks.

Expand Down

0 comments on commit e4068be

Please sign in to comment.