lcgamboa / picsimlab

PICsimLab - Programmable IC Simulator Laboratory
GNU General Public License v2.0
442 stars 85 forks source link

Impossible to install picsimlab on debain 12 with latest .deb #103

Closed Integrat-edCircuit closed 3 months ago

Integrat-edCircuit commented 5 months ago

It is impossible to install picsimlab since apt/dpkg on debian 12 cannot find libwxbase3.0-0v5 (>= 3.0.4+dfsg) and libwxgtk3.0-gtk3-0v5 (>= 3.0.4+dfsg-10~). The packages do exists as part of the wxwidget package on the debian repos.

Steps to reproduce the behavior:

  1. Download .deb release
  2. Install it with apt/dpkg
  3. enter 'y' key to launch install
  4. See error

PICsimlab installs itselfs.

image

OS: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm

lcgamboa commented 5 months ago

Hi @Integrat-edCircuit ,

the .deb package is for Ubuntu 20.04.6 LTS, unfortunately I am unable to make packages for all distros. The AppImage or flatpak version is more universal and should work without problems. I am personally a Debian user.

I made a .deb using Debian Test if you want to test.

Integrat-edCircuit commented 5 months ago

Sadly Ive encountered even more errors when trying to use the .deb. You are right, flatpak is more universal (I seem to have missed it when looking at the install options, Ive only seen the appimage. You seem to do a very good job, one of my teacher talked about your software at my Uni (he worked with you to implement a PIC MCU, his name is Frédéric Imbert) and Ive looked it up because i thought simulide didn't had any PICin his devices. Hope you can maintain this project for a while, It is in my opinion a great ressource image

lcgamboa commented 5 months ago

I used docker to create a package for Debian stable. See if the installation now works.