Compilar

Esta é a versão em português!

GNU/Linux and Mac OS

  1. Go to the project repository: https://pagure.io/JShelter/webextension.
  2. Download the desired branch, e.g. as zip archive.
  3. Unpack the zip archive.
  4. Run git submodule update
  5. Run make.
    • You will need common software, such as zip, wget, bash, awk, sed.
  6. Import the extension to the browser.

Windows

  1. Install Windows Subsystem for Linux (WSL): https://docs.microsoft.com/en-us/windows/wsl/install-win10.
  2. Go to the project repository: https://pagure.io/JShelter/webextension.
  3. Download the desired branch, e.g. as zip archive.
  4. Unpack the zip archive.
  5. Run git submodule update
  6. Open the JShelter project folder in WSL, run make.
    • Make sure that zip and all other necessary tools are installed.
    • Note that EOL in fix_manifest.sh must be set to LF (you can use the tool dos2unix in WSL to convert CR LF to LF).
  7. On Windows, import the extension to the browser according to the instructions for Linux (above).