Home » Wiki » client for h-node.org » Ιστορικό » Αναθεώρηση
Αναθεώρηση της σελίδας του wiki client for h-node.org
Αυτή είναι μια παλιά αναθεώρηση της σελίδας, έτσι όπως τροποποιήθηκε από τον/την tonicucoz στις 09:06, 22 Ιούλιος 2011. Μπορεί να διαφέρει σημαντικά από την Τρέχουσα αναθεώρηση.
client for h-node.com

You can download the client by typing the following command:

svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client

In order to install it type:

python setup.py install --user

and run it using:

~/.local/bin/h-client

(or just h-client if added ~/.local/bin to PATH).

If you are using Trisquel 4.0 you have to comment the row starting with "pycurl" inside the file setup.py (see the below piece of code) and install pycurl by means of the package manager

     install_requires=(
#        "pygtk",  # tries to get an old version
        #"pycurl"
        ),
    )

You have to install Distribute, pyGTK and pycurl before (they would most likely be already installed). Python 2.6 or 2.7 is required.

The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information