Code source officiel du langage Linotte
Linotte est le langage de programmation entièrement en français. Il offre un environnement simple, complet et pédagogique pour apprendre à programmer.
Vous voulez contribuer au projet ? N'hésitez pas à venir me rejoindre sur ce depôt.
Le site officiel du langage est langagelinotte.free.fr
Chocolatey : choco install linotte
Snap Store : sudo snap install linotte
documentation en ligne : wiki
c'est en projet, nous avons besoin d'aide !
git clone https://github.com/cpc6128/LangageLinotte.git
cd LangageLinotte
mvn clean package
java -jar linotte-lanceur/target/Atelier.jar
corunning.fr (trouver des partenaires sportifs) : corunning.fr
L'Atelier Linotte sur Android (encore en version 2) : Lien PlayStore
WhereIsAlice (casse-tête sur Android) : Lien PlayStore
Pour mac :
jpackage --input . --main-jar Atelier.jar --icon ../../linotte-resources/src/main/resources/linotte_hd.icns --app-version 3.8
Pour windows :
"C:\Program Files\Java\jdk-19\bin\jpackage" --type msi --input . --main-jar Atelier.jar --icon ..\..\..\linotte-resources\src\main\resources\linotte_new.ico --app-version 3.14 --win-menu --file-associations ..\..\..\linotte-resources\src\main\resources\mime.txt --vendor CodeVallée
Pour Ubuntu ou Fedora :
/usr/lib/jvm/jdk-17/bin/jpackage --input . --main-jar Atelier.jar --icon ../../../linotte-resources/src/main/resources/linotte_new.png --app-version 3.10
Chocolatey :
cpack
choco push linotte.3.14.00.nupkg --source https://push.chocolatey.org/
Snapcraft :
snapcraft
snap install linotte_3.11.0_amd64.snap --dangerous
snapcraft upload --release=stable linotte_3.11.0_amd64.snap
sudo snap remove linotte