Skip to content

Commit

Permalink
README.md: Use a subheading for old build environments
Browse files Browse the repository at this point in the history
Separate bigger sections by two empty lines.
  • Loading branch information
Larhzu committed Jul 29, 2024
1 parent 5ec1e8e commit 372dc48
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ Introduction
speed optimizations). The default build options require OpenJDK 11
or later, and create Java 8 compatible binaries.


Building with Apache Ant
------------------------

Type `ant` to compile the classes and create the .jar files.
Type `ant doc` to build the javadoc HTML documentation.
Type `ant -projecthelp` to see all available targets.
All output files go into the `build` directory.
* Type `ant` to compile the classes and create the JAR files.
* Type `ant doc` to build the javadoc HTML documentation.
* Type `ant -projecthelp` to see all available targets.

Notes about old build environments:
### Old build environments

* If you are using Ant older than 1.10.2:

Expand Down Expand Up @@ -61,6 +63,7 @@ Building with Apache Ant
which is Java 5 compatible and only requires editing
`build.properties` to build.


Building without Apache Ant
---------------------------

Expand All @@ -69,6 +72,7 @@ Building without Apache Ant
For module support and speed optimizations (Java >= 9), compile also
all .java files under the `src9` directory.


Demo programs
-------------

Expand All @@ -82,6 +86,7 @@ Demo programs

java -jar build/jar/XZDecDemo.jar foo.txt.xz


Contact information
-------------------

Expand Down

0 comments on commit 372dc48

Please sign in to comment.