Installing from source
April 1, 2020 ยท View on GitHub
FF can be installed by compiling locally. This has been tested on an Ubuntu and should be possible on other Linux distributions by following equivalent steps.
Requirements
- make
- gcc
- libssl-dev (OpenSSL)
Install on Ubuntu
# Install dependencies
sudo apt-get install make gcc libssl-dev
# Clone repo
git clone https://github.com/TimeToogo/ff-proxy/
cd ff-proxy
# Compile and install
make
sudo make install