Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2024-03-22 | 1.9 kB | |
Totals: 1 Item | 1.9 kB | 0 |
ReadMe.txt ++++++++++ Dutch/Nederlands ---------- English: see downwards.. Hier vind je de ingepakte versies van het stockpi project. Downloaden. Uitpakken op linux met (bv) tar -xzvf stockpiapp.tar.gz Gambas3 starten, File, Open project, en de projectfolder kiezen. Dan "run", of compileren naar uitvoerbaar programma met icoon op de desktop. - stockpilib heb je nodig voor beide andere programma's, eerst compileren. - stockpiapp is de app voor op de raspberry pi. - stockpicli is een command line interface versie. We proberen ook een "stockpi" versie te maken met de library er mee in, zodat je maar 1 programma moet afhalen en "compileren tot executable", maar die zal altijd wat achterop hinken bij de aparte versies. Het stockpi project wordt ontwikkeld met behulp van broncode-beheersysteem git, en bewaard op gitlab, dus dat is waar je de ontwikkelaarsversies vindt: gitlab.com/stockpi Die kan je afhalen met git clone (meer in link op gitlab pagina). ------------------------------English version: --------- Here you can find an "archived" version of the stockpi project programs. You have to unpack it in Linux and open with Gambas3, to run. tar -xzvf stockpiapp.tar.gz Open gambas3, file, open project, and select the project directory you created by unpacking the tar.gz file. In the Gambas IDE, choose Run, or Compile .. make executable .. The stockpi project is developed with git, and hosted on gitlab, so that's where you find the version(s) in development: gitlab.com/stockpi - stockpilib is needed for both applications, you have to get it first and compile/make executable. - stockpiapp is the app for the raspberry pi. - stockpicli is the command line interface version. - we have the ambition to make a version where the library is included already, to make it simpler to try the application, but of course the separata and/or development versions are newer.