Search found 3 matches

by CKirby21
Wed Sep 27, 2023 1:11 pm
Forum: Questions
Topic: How to build CC Source on Windows without Installing Qt Directly
Replies: 5
Views: 2378

Re: How to build CC Source on Windows without Installing Qt Directly

I ended up abandoning conda and installing Qt open source on another laptop I have. CloudCompare built successfully with this setup. I also had to run cmake --install . with administrator privileges to get it to work. Before installing, I figured I could run CloudCompare.exe from the build/qCC/Debug...
by CKirby21
Mon Sep 25, 2023 8:04 pm
Forum: Questions
Topic: How to build CC Source on Windows without Installing Qt Directly
Replies: 5
Views: 2378

Re: How to build CC Source on Windows without Installing Qt Directly

Then how do your ci builds work? I thought they relied upon a conda environment based on the .ci/conda.yml file?
by CKirby21
Mon Sep 25, 2023 5:44 pm
Forum: Questions
Topic: How to build CC Source on Windows without Installing Qt Directly
Replies: 5
Views: 2378

How to build CC Source on Windows without Installing Qt Directly

My goal is to create a plugin for CloudCompare. My first step was to try building the source code on Windows by following the steps in BUILD.md. I am unable to install Qt from their website because of my company's security so I used conda to install qt and the other dependencies. My conda environmen...