-
Notifications
You must be signed in to change notification settings - Fork 10
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
Executer du Code C depuis Windows (issue #23) #24
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je n'utilise pas Windows et donc je ne sais pas tester, mais cela me semble bien. Je suggère que vous mettiez en forme les différentes commandes pour qu'elles apparaissent comme dans les autres posts.
_posts/2020-05-02-bash-on-Windows
Outdated
![Publish]({{ site.baseurl }}/images/ErreurSubSystemComponent.PNG) | ||
|
||
|
||
taper cette ligne dans le powershell de windows (executer en tant que administrateur sinon ca marchera pas) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exécuter en tant qu'administrateur sinon cela ne marchera pas
_posts/2020-05-02-bash-on-Windows
Outdated
|
||
2) une fois ubuntu installé : | ||
2.1) choisir un username (minuscule sans espaces) et | ||
2.2) un code (a ne pas perdre) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
à ne pas perdre
_posts/2020-05-02-bash-on-Windows
Outdated
|
||
#Taper ces lignes de commandes dans Ubuntu | ||
|
||
cd /mnt/c #va sur le disque dur C: du pc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mettez les commandes entre et
_posts/2020-05-02-bash-on-Windows
Outdated
![Publish]({{ site.baseurl }}/images/mountCs.PNG) | ||
|
||
Vous êtes maintenant sur les fichiers du disque dur(C:) principal de votre pc. | ||
Vous pouvez utiliser dans ce bash comme le bash d'un système UNIX puisque ca en est un. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'en est un.
_posts/2020-05-02-bash-on-Windows
Outdated
Vous pouvez utiliser dans ce bash comme le bash d'un système UNIX puisque ca en est un. | ||
|
||
Pour la première fois sur le bash il va falloir installer le compilateur ainsi que | ||
toutes les librairies qui seront utilisées dans les codes qui seront compiler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compilés.
_posts/2020-05-02-bash-on-Windows
Outdated
|
||
Pour la première fois sur le bash il va falloir installer le compilateur ainsi que | ||
toutes les librairies qui seront utilisées dans les codes qui seront compiler. | ||
Ces lignes de commandes ne devront être taper que la première fois (tout reste installer même si le bash ubuntu est fermé) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tapées que la première fois (tout reste installé
_posts/2020-05-02-bash-on-Windows
Outdated
sudo apt-get install make #pouvoir utiliser des make | ||
sudo apt-get install manpages-dev #documentation | ||
|
||
Voici quelques librairies indispensables pour le projet a vous d'en mettre plus si besoin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
à vous
_posts/2020-05-02-bash-on-Windows
Outdated
sudo apt-get install manpages-dev #documentation | ||
|
||
Voici quelques librairies indispensables pour le projet a vous d'en mettre plus si besoin. | ||
Il suffit de taper ubuntu install "nom de la librairie sur google" pour trouver la commande a taper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
à taper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sinon apt-cache search marche bien aussi...
_posts/2020-05-02-bash-on-Windows
Outdated
|
||
#Exécuter la commande du makefile comme dans un terminal linux | ||
|
||
Maintenant il vous suffit d’ouvrir Ubuntu et de taper ca a chaque fois que vous voulez lancer votre code : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
et de taper ceci à chaque fois
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a plusieurs soucis de formatage avec votre PR.
Aussi, mettez l'extension .md à votre fichier, sinon il ne sera pas visible sur le blog...
_posts/2020-05-02-bash-on-Windows
Outdated
author: Andru Onciul | ||
--- | ||
|
||
#Installer Ubuntu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deux choses:
1- Mettez une introduction à votre blogpost plutôt que directement un titre. Le premier paragraphe sera visible sur la page d'accueil du blog, qui pour le moment montrera juste "Installer Ubuntu"
2- Mettre un espace entre # et Installer, sinon pas de formatage
_posts/2020-05-02-bash-on-Windows
Outdated
#Installer Ubuntu | ||
|
||
1. Installer Ubuntu depuis le Windows Store | ||
![Publish]({{ site.baseurl }}/images/UbuntuWindowsStore.PNG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ou vous remplacez PNG par png, ou vous adaptez le nom de l'image, mais jekyll n'affiche rien sinon
_posts/2020-05-02-bash-on-Windows
Outdated
![Publish]({{ site.baseurl }}/images/UbuntuWindowsStore.PNG) | ||
|
||
1.1. Si cette erreur apparait: | ||
![Publish]({{ site.baseurl }}/images/ErreurSubSystemComponent.PNG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idem que ci-dessus. Aussi je trouve qu'une image n'est pas nécessaire ici, un bout de code peut faire l'affaire genre
Installing, this may take a few time...
_posts/2020-05-02-bash-on-Windows
Outdated
![Publish]({{ site.baseurl }}/images/ErreurSubSystemComponent.PNG) | ||
|
||
taper cette ligne dans le powershell de windows (executer en tant que administrateur sinon ca marchera pas): | ||
```Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ca rendra mieux si vous faites
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
_posts/2020-05-02-bash-on-Windows
Outdated
```Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux``` | ||
|
||
2 une fois ubuntu installé : | ||
2.1 choisir un username (minuscule sans espaces) et |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mettre une ligne blanche entre 2. et 2.1, et 2.1 et 2.2. Aussi, mettre un point après chaque numéro (2. 2.1. 2.2.)
_posts/2020-05-02-bash-on-Windows
Outdated
sudo apt-get install manpages-dev #documentation | ||
|
||
Voici quelques librairies indispensables pour le projet a vous d'en mettre plus si besoin. | ||
Il suffit de taper ubuntu install "nom de la librairie sur google" pour trouver la commande a taper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sinon apt-cache search marche bien aussi...
_posts/2020-05-02-bash-on-Windows
Outdated
Maintenant pour accéder au dossier de votre projet | ||
|
||
```cd /mnt/c #va sur le disque dur C: du pc``` | ||
![Publish]({{ site.baseurl }}/images/mountCs.PNG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mountC.png
Sinon je ne vois pas l'apport de cette image...
_posts/2020-05-02-bash-on-Windows
Outdated
|
||
Maintenant pour accéder au dossier de votre projet | ||
|
||
```cd /mnt/c #va sur le disque dur C: du pc``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cd /mnt/c #va sur le disque dur C: du pc
_posts/2020-05-02-bash-on-Windows
Outdated
```cd /mnt/c #va sur le disque dur C: du pc``` | ||
![Publish]({{ site.baseurl }}/images/mountCs.PNG) | ||
|
||
Vous êtes maintenant sur les fichiers du disque dur(C:) principal de votre pc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dur (C:), PC.
_posts/2020-05-02-bash-on-Windows
Outdated
Vous pouvez utiliser dans ce bash comme le bash d'un système UNIX puisque ca en est un. | ||
|
||
|
||
#Exécuter la commande du makefile comme dans un terminal linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idem, espace après #
Linux
Le cours étant fini, il n'y a pas d'urgence pour terminer le blog post. Si vous l'updater après vos examens et avant les oraux de LEPL1503, envoyez-moi un email pour que je puisse intégrer cet article qui me semble très intéressant pour les étudiants de l'an prochain et vous accorder le bonus promis. |
premier essai pour un nouveau post je suis pas sur que les images fonctionnent bien et je n'ai pas trouver une manière d'ouvrir mon post.md dans github pour voir le rendu final.