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 sith compatible with windows #863

Draft
wants to merge 2 commits into
base: taiste
Choose a base branch
from
Draft

Make sith compatible with windows #863

wants to merge 2 commits into from

Conversation

klmp200
Copy link
Contributor

@klmp200 klmp200 commented Oct 7, 2024

L'objectif de cette PR est de rendre le projet compatible avec windows.

Et je veux bien dire windows SANS wsl.

Comment on lines +95 to +96
core-sha1 = "e2b4b4cf6076873ec9402cab7b9a3b71dcf95e20"
bindings-sha1 = "782f568d2ea3ca751c519a2814a35c7dc86df3a4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ca sera quoi, le processus pour changer les hashs ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faut le faire manuellement quand tu upgrade, je pense qu'un tutoriel ce serait pas mal.
Ou alors je peux le faire moi même dans le script mais ça commence rapidement à être de la magie noir

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mets-le dans le tuto. Ca devrait suffire, je pense. Surtout que c'est pas quelque chose qu'on fait souvent.

Comment on lines +173 to +204
[
"make",
"-j",
str(multiprocessing.cpu_count()),
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si tu utilises make, il faut rajouter dans la doc la manière d'installer ça sur Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alors justement, j'y suis pas encore
Là j'ai seulement fait la première étape : convertir le script

La seconde étape ce sera de télécharger mingw dans un dossier du projet quand t'es sur windows, histoire que tu puisse compiler sans devoir expliquer à quelqu'un c'est quoi un path

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mouais. Je sais pas trop si c'est souhaitable d'installer mingw sans demander. Ca reste relativement pas trop douloureux à installer, mingw, donc en vrai fournir des instructions d'installation, ça me parait ok.

Mais bon, je te laisse faire, je regarde les idées que t'implémenteras.

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

Successfully merging this pull request may close these issues.

2 participants