source: trunk/src/testing/etc/README @ 4

Revision 4, 416 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
1To build the SAGE RPM:
2        rpmbuild -ba SPECS/sage.spec
3
4
5Directory /etc/profile.d:
6
7file sage.csh:
8        # Add paths for the SAGE package
9        setenv SAGE_DIRECTORY /usr/local/sage
10        setenv PATH ${PATH}:${SAGE_DIRECTORY}/bin
11
12file sage.sh:
13        # Add paths for the SAGE package
14        export SAGE_DIRECTORY=/usr/local/sage
15        export PATH="$PATH:$SAGE_DIRECTORY/bin"
16
17
18
19
20Directory /etc/ld.so.conf.d:
21
22file sage.conf:
23        /usr/local/sage/lib64
24
Note: See TracBrowser for help on using the repository browser.