Gentoo: Difference between revisions
No edit summary |
|||
| Line 22: | Line 22: | ||
emerge fructose | emerge fructose | ||
== Packages == | == Packages == | ||
| Line 42: | Line 34: | ||
9999 glucose packages have '''source''' USE flag to install links to .py sources. So, you can keep glucose git repos in your sources directory and all .py files from /usr will be linked to your sources directory. to use this feature you need to setup SUGAR_SRC_ROOT environment variable and `git clone` all glucose packages to $SUGAR_SRC_ROOT, names of subdirectories in $SUGAR_SRC_ROOT should be equal to proper package name. | 9999 glucose packages have '''source''' USE flag to install links to .py sources. So, you can keep glucose git repos in your sources directory and all .py files from /usr will be linked to your sources directory. to use this feature you need to setup SUGAR_SRC_ROOT environment variable and `git clone` all glucose packages to $SUGAR_SRC_ROOT, names of subdirectories in $SUGAR_SRC_ROOT should be equal to proper package name. | ||
== Runtime environment == | |||
To use telepathy-salut connection, start avahi | |||
/etc/init.d/avahi-daemon start | |||
To use jabber connection, configure jabber server in accordance with these [http://wiki.laptop.org/go/Installing_ejabberd/deb instructions]. | |||
== Bugs == | == Bugs == | ||