Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make exe file on windows 10 machine. #49

Open
himnsuk opened this issue Feb 8, 2024 · 4 comments
Open

Make exe file on windows 10 machine. #49

himnsuk opened this issue Feb 8, 2024 · 4 comments

Comments

@himnsuk
Copy link

himnsuk commented Feb 8, 2024

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.

@ales-erjavec
Copy link
Collaborator

./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.

@calm-projects
Copy link

./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.

@markotoplak
Copy link
Member

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.

@calm-projects
Copy link

OK, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants