This is an attempt to build and use the TrueSkill Through Time codebase on a modern Linux system.
The original code was released by Microsoft Research Cambridge.
On a recent version of Ubuntu (e.g., 16.04), do
sudo apt-get install fsharp
xbuild /p:Configuration=Release ChessAnalysis.fsproj
mono bin/Release/ChessAnalysis.exe -out output.csv SmallChessBase.csv
et voilà!