-
Notifications
You must be signed in to change notification settings - Fork 29
/
README.Linux
35 lines (22 loc) · 1.09 KB
/
README.Linux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
This is the Linux build of a COPASI stable release.
INSTALLATION:
You can unpack the package anywhere. The binary should work immediately.
However for the tutorial wizard to work you need to set an environment
variable:
If you use bash type (while replacing <copasi-path> with the directory where
you installed COPASI):
export COPASIDIR=<copasi-path>
If you want to use that permanently you can add that command to your .bashrc
file.
If you use tcsh type (while replacing <copasi-path> with the directory where
you installed COPASI):
setenv COPASIDIR=<copasi-path>
If you wish to associate an icon with COPASI you may find icons in the
directory <copasi-path>/share/copasi/icons.
KNOWN PROBLEMS
We built this as a statically linked binary. It should therefore run on most
Linux x86 computers. However, we have reports that the static binary does not
work under some Debian systems with a broken static c library. If you encounter
this problem please try the dynamic build.
FURTHER HELP
Documentation and a user forum can be found on www.copasi.org. Bug reports can also be sent to [email protected].