Skip to content

Compile curated versions

Daniel Speichert edited this page Apr 29, 2020 · 3 revisions

Many TFS revisions in this repository will never work because they are no longer compatible with new libraries and tools (automake/autotools) shipped with modern operating systems.

For a few most popular revisions, We do have an "upgraded" version that doesn't have any changes besides making it possible to compile.

To compile curated/r3884 run as otsmanager:

#!/bin/bash
git clone --depth 1 --branch curated/r3884 https://github.com/otland/tfs-old-svn.git tfs-r3884
cd tfs-r3884
./autogen.sh
./configure --enable-mysql --enable-server-diag
make -j4
Clone this wiki locally