Open himnsuk opened 9 months ago
./scripts/windows/build-conda-installer.sh \
--miniconda-version py310_23.11.0-1 \
--platform win_amd64 \
--online no \
--env-spec ./myspecfile.txt
where myspecfile.txt is a full spec file of all packages to include in the installer including the modified orange package which you will have to build yourself.
./scripts/windows/build-conda-installer.sh \ --miniconda-version py310_23.11.0-1 \ --platform win_amd64 \ --online no \ --env-spec ./myspecfile.txt
where myspecfile.txt is a full spec file of all packages to include in the installer including the modified orange package which you will have to build yourself.
After local development, wanted to hit a Portable Orange, what are the steps? Can you be more specific? thank you.
The whole build is done with github actions, so the precise set of commands can be found in .github/workflows
. Then, "just" trace it from there.
OK, thanks
Hi, I wanted to create an orange3.exe file so that I can use modified file in orange3 repo.
Can you please guide me how can I build the same.