1
- crass -- CRisprASSembler -- version 0 subversion 3 revision 10 (0.3.10 )
1
+ crass -- CRisprASSembler -- version 0 subversion 3 revision 11 (0.3.11 )
2
2
=======================================================================
3
3
4
4
CITATION
@@ -53,9 +53,8 @@ INSTALLATION
53
53
Crass requires a UNIX operating system and has been tested on 64-bit Linux
54
54
personal computers with intel processors and servers with 64-bit Opteron processors.
55
55
It successfully compiles with gcc 4.4.5 and gcc 4.6.3 other versions of gcc have not been tested.
56
- Crass uses [ libcrispr] ( https://ctskennerton.github.com/libcrispr ) release 1:0:0 which requires
57
- [ Xerces-c] ( http://xerces.apache.org/ ) XML libraryversion 3.1.1 and [ Zlib] ( www.zlib.net )
58
- are installed for compilation. Optionally you can also install the [ Graphviz package] ( www.graphviz.org )
56
+ Crass requires [ Xerces-c] ( http://xerces.apache.org/ ) version 3.1.1 and [ Zlib] ( www.zlib.net )
57
+ to be installed for compilation. Optionally you can also install the [ Graphviz package] ( www.graphviz.org )
59
58
for rendering graphs.
60
59
61
60
WARNING: Do not install the binary distribution of Xerces from their
@@ -75,22 +74,15 @@ then on most Unix systems:
75
74
$ make
76
75
$ make install
77
76
78
- On some installations you may need to update the ` LD_LIBRARY_PATH `
79
- environmental variable so that crass can find the libcrispr shared
80
- library. This is essential if you have libcrispr in a non-standard
81
- location, although I've also noticed this in the latest versions of
82
- Ubuntu (12.10) that ` /usr/local/lib ` is not included in
83
- ` LD_LIBRARY_PATH ` by default so even a 'standard' installation may
84
- require this.
85
77
86
78
NON-STANDARD INSTALLATIONS
87
79
--------------------------
88
80
89
81
Crass can access the graphviz libraies and executables if desired. Use the
90
82
` --enable-rendering ` during configure to access this feature.
91
83
92
- If libcrispr or Xerces are installed in non-standard loacations use the ` --with-libcrispr=[PREFIX] `
93
- and ` --with-xerces=[PREFIX] ` configure option to change the location prefix. Configure will look for
84
+ If Xerces is installed in a non-standard loacation use the
85
+ ` --with-xerces=[PREFIX] ` configure option to change the location prefix. Configure will look for
94
86
` $prefix/lib/ ` and ` $prefix/include ` directories for the library objects and header files. Note that the
95
87
below options for changing ` LDFLAGS ` and ` CPPFLAGS ` will not work for Xerces as it is a C++ library and not a
96
88
C library and therefore different code is used to check for it.
0 commit comments