Skip to content

Commit a215ffb

Browse files
committed
Added the source/bin/ directory and the README.md
1 parent 6311997 commit a215ffb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SMART
2+
**[SMART](http://www.dmi.unict.it/~faro/smart/index.php) (String Matching Algorithm Research Tool)** is a tool which provides a standard framework for researchers in string matching. It helps users to test, design, evaluate and understand existing solutions for the exact string matching problem. Moreover it provides the implementation of (almost) all string matching algorithms and a wide corpus of text buffers.
3+
4+
## [Download SMART](https://github.com/smart-tool/smart/releases)
5+
The release of smart will be available [here](https://github.com/smart-tool/smart/releases)
6+
7+
## How to compile it from source
8+
To compile the source just download (or clone) this repository and run the file makefile from terminal (with **./makefile**), it will compile the smart binaries and all the algorithms (the algorithms binaries will be created into source/bin/).

source/bin/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)