Official Source Code of Linotte Language
Linotte is the programming language entirely in French. It offers a simple, complete and educational environment to learn to program.
Do you want to contribute to the project? Do not hesitate to come and join me on this Department.
The official language of language is LANGUAGE.Free.fr
For Windows
For macOS
For Ubuntu/Debian
For Raspberry Pi
For Redhat/Fedora
Chocolatey: choco install linotte
Snap Store: sudo snap install linotte
Online documentation: Wiki
It's planned, we need help!
git clone https://github.com/cpc6128/LangageLinotte.git
cd LangageLinotte
mvn clean package
java -jar linotte-lanceur/target/Atelier.jar
Corunning.fr (find sports partners): corunning.fr
The Linotte workshop on Android (also in version 2): Playstore link
Whereisalice (puzzles on Android): Playstore link
For Mac:
jpackage --input . --main-jar Atelier.jar --icon ../../linotte-resources/src/main/resources/linotte_hd.icns --app-version 3.8
For Windows:
"C:Program FilesJavajdk-19binjpackage" --type msi --input . --main-jar Atelier.jar --icon ......linotte-resourcessrcmainresourceslinotte_new.ico --app-version 3.14 --win-menu --file-associations ......linotte-resourcessrcmainresourcesmime.txt --vendor CodeVallée
For Ubuntu or 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