Skip to content

Commit

Permalink
THRIFT-4933 Java build mode is incorrect in doc/install
Browse files Browse the repository at this point in the history
  • Loading branch information
Issacpeng committed Aug 20, 2019
1 parent 74d6d9d commit 8c7ab5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These are only required if you choose to build the libraries for the given langu
* zlib (optional)
* Java
* Java 1.8
* Apache Ant
* Gradle
* C#: Mono 1.2.4 (and pkg-config to detect it) or Visual Studio 2005+
* Python 2.6 (including header files for extension modules)
* PHP 5.0 (optionally including header files for extension modules)
Expand Down
2 changes: 1 addition & 1 deletion doc/install/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Debian 7/Ubuntu 12 users need to manually install a more recent version of autom
If you would like to build Apache Thrift libraries for other programming languages you may need to install additional packages. The following languages require the specified additional packages:

* Java
* packages: ant
* packages: gradle
* You will also need Java JDK v1.8 or higher. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it (e.g. default-jdk).
* Ruby
* ruby-full ruby-dev ruby-rspec rake rubygems bundler
Expand Down

0 comments on commit 8c7ab5f

Please sign in to comment.