-rw-r--r-- | doc/env-debian.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/env-debian.sh b/doc/env-debian.sh new file mode 100644 index 0000000..5bb5085 --- a/dev/null +++ b/doc/env-debian.sh | |||
@@ -0,0 +1,14 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | # This script was developed against a Debian GNU/Linux Sid | ||
4 | # distribution. | ||
5 | |||
6 | echo "Setting CPPFLAGS." | ||
7 | |||
8 | export CPPFLAGS="\ | ||
9 | -I/usr/include/mpi \ | ||
10 | -I/usr/include/ncbi \ | ||
11 | -I/usr/include/petsc \ | ||
12 | `xml2-config --cflags`" | ||
13 | |||
14 | echo CPPFLAGS=$CPPFLAGS | ||