diff --git a/README.fr.md b/README.fr.md index be39a79c0..c9e918436 100644 --- a/README.fr.md +++ b/README.fr.md @@ -171,7 +171,7 @@ Cette commande permet d'autoriser le démarrage des machines signées par Micros 2. Redémarrez votre ordinateur. -3. Téléchargez ce fichier [this file](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi) et suivez les instructions d'installation. +3. Téléchargez [ce fichier](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi) et suivez les instructions d'installation. 4. Ouvrez votre fenêtre powershell comme avant et tapez: @@ -183,6 +183,11 @@ wsl --set-default-version 2 WSL est maintenant installé. +6. Installez maintenant la version pour ARM de GCC. +```bash +sudo apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi +``` + ### Installation d'usbipd pour connecter la calculatrice à WSL (facultatif) Pour connecter la calculatrice, il faut installer cet [outil](https://github.com/dorssel/usbipd-win/releases/download/v1.3.0/usbipd-win_1.3.0.msi). Il permet de connecter deperiphériques USpar internet.Suivez les instructions pour installer. diff --git a/README.md b/README.md index 64e9217fb..f143d941d 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,16 @@ This one allows virtual machines developed by Microsoft. ```powershell wsl --set-default-version 2 - ``` +``` 5. Download [Ubuntu](https://www.microsoft.com/store/apps/9n6svws3rx71) from Microsoft store. WSL is now installed. +6. Then Install GCC cross compiler for ARM. +```bash +apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi +``` + ### Usbipd installation to connect your calculator If you want to connect to the calculator, you have to connect to install this [tool](https://github.com/dorssel/usbipd-win/releases/download/v1.3.0/usbipd-win_1.3.0.msi). This will allow you toconnect WSL to the calculator through internet. Follow the on screen information to install. #### Ubuntu