Alex 'AdUser' Z
13 years ago
1 changed files with 19 additions and 0 deletions
@ -1,7 +1,26 @@ |
|||||||
|
== Overview == |
||||||
Set of programs to convert binary encoded torrent files to human readable |
Set of programs to convert binary encoded torrent files to human readable |
||||||
json and back. |
json and back. |
||||||
Acts as standart unix "filter" program: reads stdin, writes to stdout. |
Acts as standart unix "filter" program: reads stdin, writes to stdout. |
||||||
|
|
||||||
|
== Requirements == |
||||||
|
cmake - for building only, can be removed later |
||||||
|
yajl - yet another json library (http://lloyd.github.com/yajl/) |
||||||
|
|
||||||
|
== Compiling == |
||||||
|
$ cmake . |
||||||
|
$ make |
||||||
|
# make install |
||||||
|
|
||||||
|
You may also do "out of tree" builds, like this: |
||||||
|
$ mkdir .build && cd .build |
||||||
|
$ cmake .. |
||||||
|
$ make |
||||||
|
# make install |
||||||
|
... and all changes: new files, object modules, Makefile's, and so on will |
||||||
|
be located in this dir. |
||||||
|
|
||||||
|
== Authors == |
||||||
This utilites originally written by two peoples: michail and h4tr3d. |
This utilites originally written by two peoples: michail and h4tr3d. |
||||||
If you want to contact them look there -> http://linuxdv.ru |
If you want to contact them look there -> http://linuxdv.ru |
||||||
|
|
||||||
|
Loading…
Reference in new issue