Changeset 2943 for trunk/README.developer
- Timestamp:
- Jan 4, 2013, 7:38:38 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.10-stable (added) merged: 2920,2922-2926,2928-2931,2933-2941
- Property svn:mergeinfo changed
-
trunk/README.developer
r2787 r2943 59 59 way but there is still some work to do before we do exceptions in a neutral way. 60 60 61 === Samtools === 62 63 Code that depends on samtools API should be excluded from the build 64 when configured --without-samtools, i.e., put files within 65 `HAVE_LIBBAM` conditionals (or alternatively put code inside `#ifdef 66 HAVE_SAMTOOL` preprocessor conditionals). In order to support multiple 67 inclusion styles we do not include <bam.h> directly, but `#include 68 <config_bam.h>` and `#include YAT_BAM_HEADER`. Similarly, for `<sam.h>` 69 include `YAT_SAM_HEADER`. For more details on this, refer to 70 `yat/omic/config_bam.h`. 71 61 72 === Doxygen === 62 73 We generate our documentation using [http://www.doxygen.org Doxygen]
Note: See TracChangeset
for help on using the changeset viewer.