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.
- make
- gcc
- libssl-dev (OpenSSL)
# 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