README.linux.md 846 字节
Newer Older
1
1. ORCA requires [CMake](https://cmake.org); make sure you have it installed.
T
Todd Sedano 已提交
2
   Installation instructions vary, please check the CMake website.
T
Todd Sedano 已提交
3 4 5
   
1. Install needed python modules

6
    Add the following Python modules (2.7 & 2.6 are supported)
T
Todd Sedano 已提交
7

8 9 10 11
    * psutil
    * lockfile (>= 0.9.1)
    * paramiko
    * setuptools
T
Todd Sedano 已提交
12

13 14
    If necessary, upgrade modules using "pip install --upgrade".
    pip should be at least version 7.x.x.
T
Todd Sedano 已提交
15

16
1. Verify that you can ssh to your machine name without a password
T
Todd Sedano 已提交
17

18 19 20 21 22 23 24 25 26
    ```
    ssh <hostname of your machine>  # e.g., ssh briarwood
    ```

1. If you are using CentOS, first make sure that you add `/usr/local/lib` and
   `/usr/local/lib64` to `/etc/ld.so.conf`, then run command `ldconfig`.

    If you are using Ubuntu, confirm that `/usr/local/lib` is included via
	`/etc/ld.so.conf`, then run command `ldconfig`.