-
Notifications
You must be signed in to change notification settings - Fork 0
fpetran/align
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Required for align:
ICU library
CMake
Recommended:
Doxygen - for documentation
gtest - for the unit tests
out of source build:
- make a directory for the build (e.g. build/)
- for debug build:
cmake ${SRC_DIR} -DINCLUDE_TESTS=1 -DINCLUDE_TAGS=1 -DCMAKE_BUILD_TYPE=Debug
- for normal build:
cmake ${SRC_DIR}
- make
- for tests:
make test
About
Partial Alignment Tool
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published