Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32123

Compiling TFS 1.3 on CentOS 8

$
0
0
Hello.

TL;DR
I tried compile TFS 1.3 on CentOS 8 based on this wiki page:
SELinux is enabled.
cmake throw:
-- Performing Test COMPILER_KNOWS_STDLIB - Failed

Longer answer
So far I created bash script:
Code:
#!/bin/bash

set -e

# Enable PowerTools to install lua-devel
sudo sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-PowerTools.repo
sudo sed -i...
Compiling TFS 1.3 on CentOS 8

Viewing all articles
Browse latest Browse all 32123

Trending Articles