Install psyced on Gentoo

If you're a Gentoo user, you can download the ebuilds for psyced and psyclpc directly (then unpack and read the INSTALL file) and skip the manual installation procedure.

Tarball Downloads

The current version of psyced is psyced-20090617.tar.bz2
(SHA256 = b948664a5d4fc16167dbefef1cd8cdfdf2e8ff8bb8bd2d2ae8c7ba78609a8233).

The current version of psyclpc is psyclpc-20080707.tar.bz2
(MD5 = dd99540b013bf16955027d13a187edd9).

You can browse the files directory for other version numbers.

Install psyced on Unix™

You need to download both a psyced and a psyclpc snapshot as provided above. To install psyced, extract the psyced-*.tar.bz2 file by tar xjvf filename. After that, switch to the directory extracted from the archive using cd psyc*, move the psyclpc snapshot into it (don't unpack it!) and run ./install.sh. Read also the installation manual in that directory.

Install psyced on Mac OSX™

Install Xcode-Tools, then continue as if your Mac™ was just another Unix.

Install psyced on Windows™

It is difficult, but it can be done. It has been done before. You can run the regular Unix install.sh procedure in a Cygwin environment. First, install Cygwin, then do what is said above for Unix. Just to motivate you a bit, here's a version string from a psyced on Windows:
psyced/0.99 psyclpc/4.0.4 CYGWIN_NT-5.1/1.5 i686

Staying up to date

The tarballs come with a .git repository. Once you have them installed you can use regular git commands to fetch updates. The typical update procedure would be
git fetch origin
git diff master..origin/master | vim -R "+set syntax=diff" -
git merge -s resolve origin
By subscribing to psyc://psyced.org/@PSYC you will receive realtime notifications of patch submissions to the main git.


--
http://www.psyced.org/download.html
last change by lynx on lectern at 2009-06-17 07:22:58 MEST