Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Boutaleb committed Oct 2, 2020
1 parent 778a749 commit 2c55b4f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ LZS (Lempel Ziv Stac Eletronics) is a lossless compression algorithm developed i

# Installation

LZS require MinGW or any other compiler for C.
LZS require MinGW or any other compiler for C. Static distributions are available for linux and windows. in the dist/ folder, while the necessary libraries are available in the lib/ dir.

Compile and create all the object files and the libraries with the following command:

```sh
$ make static_LZS_1.0.0
```

To run the algorithm specify the option '-c' to compress or '-d' to decompress followed by an input and an ouput file:
To run the algorithm go to the dist/<your so> then run the following command and specify the option '-c' to compress or '-d' to decompress followed by an input and an ouput file:

```sh
$ ./static_LZS_1.0.0 <option> <input_file> <output_file>
Expand Down

0 comments on commit 2c55b4f

Please sign in to comment.