Giter Club home page Giter Club logo

Comments (2)

threatnoodle avatar threatnoodle commented on August 29, 2024

I could not get pond/client to build on tails 1.8, so I attempted tails 2.0rc1 ( available since 12 Jan ) here is what to do to get pond on tails 2.0rc1:

sudo su -
apt-get install -y golang git gcc libgtk-3-dev libgtk-3-dev libtspi-dev pkg-config \
    gtkspell3-3.0 libgtkspell3.3-dev
export GOPATH=/usr/src/gopkg-pond
mkdir -p $GOPATH
chown -R debian-tor:debian-tor $GOPATH
sudo -u debian-tor \
    GOPATH=/usr/src/gopkg-pond go get -d -v github.com/agl/pond/client
cd /usr/src/gopkg-pond/src/github.com/agl/pond/client/
sudo -u debian-tor \
    GOPATH=/usr/src/gopkg-pond go build -o pond-client  && \
    install -o root -m 755 pond-client /usr/local/bin/pond-client

then as amnesia

amnesia@amnesia:~$ pond-client -cli
>>> Pond...
>>> Please enter the passphrase used to encrypt Pond's state file. If you set a passphrase and forgot it, it cannot be recovered. You will have to start afresh.
password>

or just

amnesia@amnesia:~$ pond-client

for the gui

from pond.

infinity0 avatar infinity0 commented on August 29, 2024

You guys should just be able to install from Debian experimental directly. Like apt-get install -t experimental pond or something like that. It's only CLI because the GUI code is not production-ready yet; see #143.

from pond.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.