From e329283744cf58d83a0c09f84177e998f4cbaf5d Mon Sep 17 00:00:00 2001 From: xerial Date: Thu, 19 Jan 2017 23:33:08 -0800 Subject: [PATCH] Fix markdown --- BUILD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index abc6774..86eac4a 100755 --- a/BUILD.md +++ b/BUILD.md @@ -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 ```