##// END OF EJS Templates
docs: add information about extra dependencies we now need...
Andrew Shadura -
r5964:23057179 default
parent child Browse files
Show More
@@ -26,6 +26,22 b' The following describes three different '
26 have to remove its dependencies manually and make sure that they are not
26 have to remove its dependencies manually and make sure that they are not
27 needed by other packages.
27 needed by other packages.
28
28
29 Regardless of the installation method you may need to make sure you have
30 appropriate development packages installed, as installation of some of the
31 Kallithea dependencies requires a working C compiler and libffi library
32 headers. Depending on your configuration, you may also need to install
33 Git and development packages for the database of your choice.
34
35 For Debian and Ubuntu, the following command will ensure that a reasonable
36 set of dependencies is installed::
37
38 sudo apt-get install build-essential git python-pip python-virtualenv libffi-dev python-dev
39
40 For Fedora and RHEL-derivatives, the following command will ensure that a
41 reasonable set of dependencies is installed::
42
43 sudo yum install gcc git python-pip python-virtualenv libffi-devel python-devel
44
29 .. _installation-source:
45 .. _installation-source:
30
46
31
47
General Comments 0
You need to be logged in to leave comments. Login now