-
First of all give
install.sh
file executable permissionchmod +x install.sh
-
Run
install.sh
./install.sh
You can head over running the project in Linux
- Clone the project using SSH key.
git clone git@github.com:SusheelThapa/Huffman-Compression.git
- Go to this drive link and download the files:
https://drive.google.com/drive/folders/13t9OIwvZkN2bkxj49nEdxqW1jjMEYFqs?usp=sharing
-
Go to the project's
include
directory and paste thelib
folders and additionalinclude
directories inside it. -
Copy and paste the dll files to the main directory i.e
Huffman-Compression
(where main.cpp is located.)
You can head over running the project in Windows
-
Giving
build.sh
file executable permission.chmod +x build.sh
-
Compiling the project
./build.sh
-
Running project
./main
-
Open
Huffman-Compression
in VScode. -
Open Terminal and type
mingw32-make.exe
-
Run the project by typing
./main
in terminal.