EiffelStudio is the IDE for the Eiffel programming language.
The main public repository for the source code of EiffelStudio is a subversion repository located at:https://svn.eiffel.com/eiffelstudio-publicIn addition, there is a mirror hosted on GitHub that only contains the development branch (i.e. trunk subdirectory of the above subversion repository) at:https://github.com/EiffelSoftware/EiffelStudio
The source code is licensed under the GPL v2.0 license, see gpl.txt for a copy of the license.
To view this discussion on the web visit https://groups.google.com/d/msgid/eiffel-users/1785665c-8cb4-4515-a2a9-25f7d7fbb31en%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Eiffel Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eiffel-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/eiffel-users/f28500c7-b5fd-4338-a8fa-4280f3143bd1%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/eiffel-users/c741496b-b529-43cb-ada4-5cbdae53d9cbn%40googlegroups.com.
Jimmy,
For the raspberry pi 4 you need an arm64 built instead of armv7.
Please check the name of the gtk library you are trying to install, it is probably named otherwise in Debian.
On raspberry piYou can add needed packagessudo apt install ca-certificates curl bzip2 gcc make dist libxtst-dev libgtk2.0-dev libgtk-3-dev libgdk-pixbuf2.0-dev libssl-dev pax dos2unix subversionAnd then download latest EiffelStudio (not GPL)if you install the arm64 version of Raspberry pi OSor if you install the default (armv7) version of Raspberry pi OSI guess you know how to set up your Eiffel environment on unices from the archive file .tar.bz2 .Regards
--