After going through some of the documentary on how to get to get start,
I discovered that I need to install  newt.

I ran the following commands successively
       $ sudo apt-get install git
        $ sudo apt-get install libcurl4-gnutls-dev
        $ sudo apt-get install golang

in my home directory,i ran this
      $ mkdir -p dev/go
        $ cd dev/go
      $ cd ../..
      $ export GOPATH= dev/go

I opened the .bashrc document and added
      export GOPATH=dev/go

after running
   $  go get git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git/newt

I get the following error.

package git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/newt/cli:
unrecognized import path
"git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/newt/cli"

please can somebody help me with this? or tell me what to do??
Thanks in advance.

Reply via email to