|
PreBuiltBinaries
How to install CrunchyFrog using pre-built binaries
This page describes how to install CrunchyFrog on various platforms. Ubuntu / DebianTo install CrunchyFrog on Ubuntu follow the instructions on this PPA page to add the CrunchyFrog repository to your package manager. It's recommended to install both crunchyfrog and crunchyfrog-gnome. The latter installs additional packages for a better GNOME integration like storing passwords in the keyring. Without being tested, the packages should be installable on Debian too. If you want to help testing or if you're interested in the latest features there's a second PPA with daily builds (unstable). Arch LinuxCrunchyFrog is in AUR: http://aur.archlinux.org/packages.php?do_Details&ID=16988 Install it on your system e.g, by using yaourt: yaourt -Ss crunchyfrog FedoraSee this bug report. GentooI've seen some ebuilds flying around. Maybe it's a good idea to search for one of them... ;-) SlackwareHave a look at slacky.eu. WindowsCurrently there's no binary release available for Windows. InstallingOnWindows has some instructions on how to get this application running on Windows. Mac OS XSorry, I don't have access to a Mac OS X box. Any feedback is appreciated... |
Sign in to add a comment
On ubuntu you can install the DB backends for:
For cx_Oracle:
Install the oracle instantclients
Set ORACLE_HOME
Put Oracle libraries in your Linker Path
Simplify Include PATH
Install the Python setup files and libaio1 (needed by oracle)
Install cx_Oracle
YMMV
Thanks for adding this instructions! Catherine Devlin has some comprehensive instructions how to install cx_Oracle on Ubuntu on her blog too.
Import GPG key command is wrong (inverted options and wrong key) it should be
@alex.garel: Thanks! It's corrected now.
Should be To install CrunchyFrog add the following lines to /etc/apt/sources.list: (extra s)
@gamesbook: Thanks! :)
the import of the key is failing...
--- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C7F166D8? Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys C7F166D8? gpg: requesting key C7F166D8? from hkp server keyserver.ubuntu.com gpg: no valid OpenPGP data found. gpg: Total number processed: 0
@idhorat: Thanks! All required information to install it from the Package Archive is available on the PPA site.
albrecht, thanks for the response and work on this. However trying to get the Key Still fails, also trying to build from source seems to be problematic (I got a version of crunchyfrog in chinese)