> Cool, but how do I build this thing?

> % go get -v github.com/Vivena/babelweb2
> github.com/Vivena/babelweb2 (download)
> package babelweb2/parser: unrecognized import path "babelweb2/parser"

Thanks for the report, I've forwarded it to the authors.

In the meantime, you can do:

  cd ~/go/src
  go get github.com/gorilla/websocket
  git clone https://github.com/Vivena/babelweb2
  cd babelweb2
  go build

Two caveats with this early version:

  * the "static/" directory must be in the current directory when you run
    the babelweb2 binary;
  * if you don't run the server on localhost only, you need to change the
    URL on line 40 of static/js/initialise.js.

-- Juliusz



_______________________________________________
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to