From aa9cc9e87832003fb2533e6be5bc95ead4222318 Mon Sep 17 00:00:00 2001 From: herclogon Date: Thu, 24 Jun 2021 13:36:15 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 73840d9057a..5bcd2b10fcd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ +# This is a temporary fork of htcondor which contains some kluges to make it works. + +# Build from source for Ubuntu 20.04 + +``` +# Clone the project +git clone git@github.com:herclogon/htcondor.git + +# Build docker htcondor build environment +cd htcondor/build/nmi-build/x86_64_Ubuntu20 +# Switch experimental branch +git checkout V8_9_99 +sudo docker build . --tag htcondor-build-env + +# Run build environment +cd ../../../ +sudo docker run -ti --rm --mount type=bind,source=$(pwd),target=/htcondor htcondor-build-env bash +cd /htcondor/ +./configure_uw +make +make install + +``` + # HTCondor [HTCondor](https://research.cs.wisc.edu/htcondor/) is a