mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 05:54:41 +02:00
Fix markdown
This commit is contained in:
parent
b7f25dd022
commit
e329283744
4
BUILD.md
4
BUILD.md
@ -11,8 +11,9 @@ snappy-java supports Windows, Mac OS X, Linux (x86, x86_64, arm, etc...). If you
|
|||||||
## Building snappy-java
|
## Building snappy-java
|
||||||
|
|
||||||
To build jar file of snappy-java, type:
|
To build jar file of snappy-java, type:
|
||||||
|
```
|
||||||
$ make
|
$ make
|
||||||
|
```
|
||||||
A native library for your machine environment and a jar package target/snappy-java-(version).jar are produced in the target folder.
|
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
|
### Mac
|
||||||
* Install gcc, make, etc. included in Mac OS X install disk. (X Code). And also intall libtool:
|
* Install gcc, make, etc. included in Mac OS X install disk. (X Code). And also intall libtool:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ brew install libtool
|
$ brew install libtool
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user