Skip to content

Commit

Permalink
Update READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkansanen committed Jun 9, 2014
1 parent a5d8286 commit 39edd32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
par2cmdline is a PAR 2.0 compatible file verification and repair tool.
par2cmdline-mt is a multithreaded (OpenMP) PAR 2.0 compatible file verification and repair tool.

To see the ongoing development see
https://github.com/jkansanen/par2cmdline-mt

Par2cmdline was forked from
https://github.com/BlackIkeEagle/par2cmdline

The original development was done on Sourceforge but stalled.
Expand Down Expand Up @@ -66,7 +69,7 @@ If you have only downloaded a precompiled executable, then the source
code should be available from the same location where you downloaded the
executable from.

If you have MS Visual Studio .NET, then just open the par2cmdline.sln
*NOT TESTED WITH PAR2CMDLINE-MT* If you have MS Visual Studio .NET, then just open the par2cmdline.sln
file and compile. You should then copy par2cmdline.exe to an appropriate
location that is on your path.

Expand Down Expand Up @@ -106,6 +109,7 @@ The command line parameters for par2cmdline are as follow:
required on create, optional for verify and repair
-b<n> : Set the Block-Count
-s<n> : Set the Block-Size (Don't use both -b and -s)
-t<n> : Number of threads to use (Auto-detected)
-r<n> : Level of Redundancy (%)
-r<c><n> : Redundancy target size, <c>=g(iga),m(ega),k(ilo) bytes
-c<n> : Recovery block count (don't use both -r and -c)
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#par2cmdline
#par2cmdline-mt

**par2cmdline** is a PAR 2.0 compatible file verification and repair tool.
**par2cmdline-mt** is a multithreaded (OpenMP) PAR 2.0 compatible file verification and repair tool.

To see the ongoing development see <https://github.com/BlackIkeEagle/par2cmdline>
To see the ongoing development see <https://github.com/jkansanen/par2cmdline-mt>

Par2cmdline was forked from <https://github.com/BlackIkeEagle/par2cmdline>

The original development was done on Sourceforge but stalled.

Expand Down Expand Up @@ -46,7 +48,7 @@ You should have received par2cmdline in the form of source code which you can co

If you have only downloaded a precompiled executable, then the source code should be available from the same location where you downloaded the executable from.

If you have MS Visual Studio .NET, then just open the *par2cmdline.sln* file and compile. You should then copy *par2cmdline.exe* to an appropriate location that is on your path.
*NOT TESTED WITH PAR2CMDLINE-MT* If you have MS Visual Studio .NET, then just open the *par2cmdline.sln* file and compile. You should then copy *par2cmdline.exe* to an appropriate location that is on your path.

To compile on Linux and other Unix variants use the following commands:

Expand Down Expand Up @@ -84,6 +86,7 @@ The command line parameters for par2cmdline are as follow:
required on create, optional for verify and repair
-b<n> : Set the Block-Count
-s<n> : Set the Block-Size (Don't use both -b and -s)
-t<n> : Number of threads to use (Auto-detected)
-r<n> : Level of Redundancy (%)
-r<c><n> : Redundancy target size, <c>=g(iga),m(ega),k(ilo) bytes
-c<n> : Recovery block count (don't use both -r and -c)
Expand Down

0 comments on commit 39edd32

Please sign in to comment.