~hristoast/build-loot-linux

Build LOOT for Linux, in a docker

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~hristoast/build-loot-linux
read/write
git@git.sr.ht:~hristoast/build-loot-linux

You can also use your local clone with git send-email.

#build-loot-linux

LOOT doesn't provide Linux builds, this dockerfile is a way to produce one yourself.

This will work with your wine-installed Bethesda games.

#Usage

To produce a working binary:

docker build -t loot:0 .
mkdir $HOME/loot-out
docker run --rm -v $HOME/loot-out:/mnt loot:0 

All LOOT settings will need to be manually set.

#Configuration

TODO