if you've done everything mentioned previously, the client should be installed
did you try running the wallet, generating addresses, etc. immediately after the last step?
fresh install
Linux:
sudo apt-get install curl git mercurial make binutils gcc bzr bison libgmp3-dev -y
OS X:
brew install mercurial bzr
git clone
https://github.com/skycoin/skycoin.gitcd skycoin
./setup.sh
source "$HOME/.gvm/scripts/gvm" && gvm use go1.4
compile/get-dependencies.sh
compile/install-to-gopath.sh
Generating Addresses, public keys, private keys:
go run ./cmd/address_gen/address_gen.go --help
Running Skycoin Full Node:
go run ./cmd/skycoin/skycoin.go -web-interface=true
then go to: 127.0.0.1:6420 (or 6402)
when you say "brew install mercurial bzr"
you mean i should install brew first, right?
so i installed HOMEBREW (
http://brew.sh)
then i cloned the skycoin git
then i run the setup.sh
(meanwhile tells me:
Installing gvm and go1.4
ERROR: Already installed!
Already installed!
Installing skycoin to $GOPATH
skycoin already exists in GOPATH
/Users/xxxx/.gvm/pkgsets/go1.4/global/src/github.com/skycoin/skycoin -> /Users/xxxx/skycoin
Installing or updating skycoin dependencies
github.com/nictuku/dht (download)
github.com/golang/glog (download)
github.com/golang/groupcache (download)
github.com/jackpal/bencode-go (download)
github.com/nictuku/nettools (download)
github.com/youtube/vitess (download)
github.com/lonnc/golang-nw (download)
github.com/op/go-logging (download)
github.com/skycoin/gnet (download)
github.com/skycoin/encoder (download)
github.com/skycoin/pex (download)
github.com/stretchr/testify (download)
github.com/skycoin/encoder
github.com/skycoin/pex
github.com/skycoin/gnet
Done)
then i run that line: source "$HOME/.gvm/scripts/gvm" && gvm use go1.4
(tells me:
Now using version go1.4)
then this one: compile/install-to-gopath.sh
(tells me:
skycoin already exists in GOPATH
/Users/xxxx/.gvm/pkgsets/go1.4/global/src/github.com/skycoin/skycoin -> /Users/xxxx/skycoin)
now if i put: ./gui.sh build
(tells me the same like before:
Compiling with go
# github.com/skycoin/skycoin/src/cipher/secp256k1-go
exec: "o32-clang": executable file not found in $PATH
go compilation failed)
that one: go run ./cmd/address_gen/address_gen.go --help
(tells me:
# github.com/skycoin/skycoin/src/cipher/secp256k1-go
In file included from ../.gvm/pkgsets/go1.4/global/src/github.com/skycoin/skycoin/src/cipher/secp256k1-go/secp256.go:10:
In file included from ././secp256k1/src/secp256k1.c:6:
In file included from ././secp256k1/src/num_impl.h:12:
In file included from ././secp256k1/src/num.h:13:
././secp256k1/src/num_gmp.h:8:10: fatal error: 'gmp.h' file not found
#include <gmp.h>
^
1 error generated.)
sorry to bother you, if i m doing something wrong