Anything and everything to do with DCP-o-matic.
-
Pavel
- Posts: 2
- Joined: Mon Jun 15, 2020 7:53 pm
Post
by Pavel »
Hi,
i`m trying build for Windows in Ubuntu 20.04.
Using this instruction
https://dcpomatic.com/build/windows/
Code: Select all
cdist -p dcpomatic -t windows-64 package
This command tries to run "windows" image, but docker can`t find this.
What is this image?
-
carl
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Post
by carl »
Hi Pavel,
Sorry, those instructions are a bit out of date. Let me update them...
-
carl
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Post
by carl »
Would you like to take another look? Basically I think you need to build the docker image with the Dockerfile that is now listed on that page.
-
Pavel
- Posts: 2
- Joined: Mon Jun 15, 2020 7:53 pm
Post
by Pavel »
Thank you!
I will try.