Fadi002/unshackle

How is the unshackle bin compiled? I would like to make changes

Closed this issue · 1 comments

How is the unshackle bin compiled? I would like to make changes

To compile the Unshackle Bin and make changes, you'll need to follow these steps on Alpine Linux:
Download the standard Alpine Linux
Here's the link to download Alpine Linux: https://www.alpinelinux.org/downloads/
After setting it up on VM or your PC Do the following steps :

  1. Install python, psutil and pyinstaller:
apk add linux-headers
apk add python3-full
pip install pyinstaller psutil
  1. Download Unshackle Bin source code or repository
  2. Make your desired changes to the source code.
  3. Compile the Unshackle Bin using pyinstaller:
pyinstaller --onefile unshackle.py

Now you have a compiled version of Unshackle Bin with your modifications. Remember to test it thoroughly before distributing or using it