Setting up your development environment - Th3J0kr/SILENTTRINITY_WIKI GitHub Wiki
Server machine.
Installing Python 3.7.0 on Ubuntu, Debian, and LinuxMint.
$ sudo apt-get install build-essential checkinstall
$ sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev \
libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
$ wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz
$ tar xzf Python-3.7.0.tgz
$ cd Python-3.7.0
$ sudo ./configure --enable-optimizations
$ make
$ sudo make install
Installing IronPython
Go to https://github.com/IronLanguages/ironpython2/releases and download the latest release.
Install Python 3.7.0 on Windows.
Go to https://www.python.org/downloads/release/python-370/ and download the installer.
Install Python 3.7.0 on MacOSX.
Go to https://www.python.org/downloads/release/python-370/ and download the installer.
Visual Studio Development.
Microsoft gives us a very good documentation here: https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2017
Then you will need the developer pack for .NET https://docs.microsoft.com/en-us/dotnet/framework/install/guide-for-developers
Client machine.
Go to https://www.microsoft.com/en-us/download/details.aspx?id=30653 and download the installer.