Skip to content

How to install

Piotr Duszynski edited this page Dec 19, 2018 · 4 revisions

1. Fetch the source

You will first have to fetch the latest source code:

git clone https://github.com/drk1wi/modlishka/master

or download the zip archive from here.

2. Compile

Run the following command:

make

You can also compile for one of the predefined targets:

make linux
make windows
make freebsd

2. Run the proxy

If everything was compiled properly. Then you should have a compiled Modlishka binary in the 'dist' folder. In order to start playing with it just execute the binary and review the different options that are avaialble:

./dist/proxy -h
Clone this wiki locally