Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
herclogon authored and sergey-komissarov committed Jan 19, 2022
1 parent 4f58863 commit aa9cc9e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa9cc9e

Please sign in to comment.