aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-02-03 10:37:05 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-02-03 10:37:05 +0800
commit8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4 (patch)
treec7fba8a8db06d4f9a91f9ac4357ea703a40d6edc
parentd6f04bcb152c4f57553cd6b20c3c4c660dbecd4d (diff)
downloaddexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.tar
dexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.tar.gz
dexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.tar.bz2
dexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.tar.lz
dexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.tar.xz
dexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.tar.zst
dexon-bls-8d7445ae34ec9343a1e36fce2f3e8d87c03b5bb4.zip
remove make comments for run_uncheck_go
-rw-r--r--readme.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 406ab57..d5de892 100644
--- a/readme.md
+++ b/readme.md
@@ -14,7 +14,7 @@ git clone git://github.com/herumi/mcl.git
git clone git://github.com/herumi/bls.git
```
-# Build and test
+# Build and test for Linux
To make lib/libbls.a and test, run
```
cd bls
@@ -125,11 +125,6 @@ Verify a public key by pop.
```
make run_go
```
-Go 1.6 forbits passing a Go pointer to C, then
-```
-make run_uncheck_go
-```
-I'll fix the issue later.
# License