-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (29 loc) · 759 Bytes
/
README
File metadata and controls
35 lines (29 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
What is code-sample?
--------------------
code-sample is a document indexing and querying system using
an EventBus implementation.
Web: http://github.com/pn2200/code-sample/
License
-------
code-sample is distributed under the GNU General Public License (GPL), as
described in the 'COPYING' file.
Building from source
--------------------
Use autoreconf to invoke the various parts of the GNU Build system:
autoreconf -i
Then build:
./configure
make
Run all tests:
make check
Usage
-----
After starting at a command prompt, use the following commands:
add filename
Add a file to the system.
query word
Return the filenames of files that contain word.
remove filename
Remove a file from the system.
quit
Quit the program.