comment of USE_LLVM

dev
MITSUNARI Shigeo 9 years ago
parent 314fa154b4
commit 7641d659ea
  1. 2
      java/Makefile
  2. 5
      readme.md

@ -9,7 +9,7 @@ else
CFLAGS+=-z noexecstack
LDFLAGS+=-lrt
endif
CFLAGS+= -shared $(JAVA_INC) $(JAVA_INC)/linux -I ../include -I ../../xbyak -I ../../cybozulib/include -Wno-strict-aliasing
CFLAGS+=$(JAVA_INC) $(JAVA_INC)/linux -I ../include -I ../../xbyak -I ../../cybozulib/include -Wno-strict-aliasing
MCL_LIB=../lib/libmcl.a
PACKAGE_NAME=com.herumi.mcl

@ -30,6 +30,11 @@ To make sample programs, run
make sample
```
If clang is not installed, then
```
make USE_LLVM=0
```
## Build for 32-bit Linux
Build openssl and gmp for 32-bit mode and install <lib32>
```

Loading…
Cancel
Save