mirror of https://github.com/vacp2p/nim-libp2p.git
Last fixes.
This commit is contained in:
parent
65e606649c
commit
fb8e6701a9
|
@ -40,7 +40,7 @@ install:
|
||||||
rm -rf csources ;
|
rm -rf csources ;
|
||||||
cd ../.. ;
|
cd ../.. ;
|
||||||
}"
|
}"
|
||||||
- export PATH=$PWD/nim/$NIMVER/bin:$HOME/go/bin:$PATH
|
- export PATH=$PWD/nim/$NIMVER/bin:$GOPATH/bin:$PATH
|
||||||
- go get -v github.com/libp2p/go-libp2p-daemon
|
- go get -v github.com/libp2p/go-libp2p-daemon
|
||||||
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
||||||
- make
|
- make
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
mode = ScriptMode.Verbose
|
mode = ScriptMode.Verbose
|
||||||
|
|
||||||
packageName = "nim-libp2p"
|
packageName = "libp2p"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "LibP2P implementation"
|
description = "LibP2P implementation"
|
||||||
|
|
Loading…
Reference in New Issue