Fix markdown

This commit is contained in:
xerial 2017-01-19 23:33:08 -08:00
parent b7f25dd022
commit e329283744
1 changed files with 3 additions and 1 deletions

View File

@ -11,8 +11,9 @@ snappy-java supports Windows, Mac OS X, Linux (x86, x86_64, arm, etc...). If you
## Building snappy-java
To build jar file of snappy-java, type:
```
$ make
```
A native library for your machine environment and a jar package target/snappy-java-(version).jar are produced in the target folder.
@ -52,6 +53,7 @@ NOTICE: Do not use the Cygwin version of MinGW-w64. It fails to build assemblies
### Mac
* Install gcc, make, etc. included in Mac OS X install disk. (X Code). And also intall libtool:
```
$ brew install libtool
```