Skip to content

Ubuntu 24.04 - requires to build wx #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
postoroniy opened this issue Dec 10, 2024 · 6 comments
Closed

Ubuntu 24.04 - requires to build wx #275

postoroniy opened this issue Dec 10, 2024 · 6 comments

Comments

@postoroniy
Copy link
Contributor

for this ubuntu
╰─ lsb_release -a ─╯
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble

below instructions from https://github.com/cpc/openasip are wrong
->Ubuntu 20.04+ / Debian 11
sudo apt-get install libwxgtk3.0-gtk3-dev libboost-all-dev
tcl8.6-dev libedit-dev libsqlite3-dev sqlite3 libxerces-c-dev g++ make
latex2html libffi-dev autoconf automake libtool subversion git cmake graphviz

as libwxgtk3.0-gtk3-dev is not available

below instructions to do for making wxgtk available

wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.5.1/wxWidgets-3.0.5.1.tar.bz2
tar xjf wxWidgets-3.0.5.1.tar.bz2
cd wxWidgets-3.0.5.1
mkdir build-gtk
cd build-gtk
../configure --with-gtk
#change j to your cpu number
make -j64
sudo make install
@pjaaskel
Copy link
Contributor

Thanks. Can you update this to README.md and send a PR?

@postoroniy
Copy link
Contributor Author

postoroniy commented Dec 10, 2024

HI Pekka!
yep, still testing and will PR soon

ps..oops wrong button click

@postoroniy
Copy link
Contributor Author

on 24.04 newer boost it's 1.83..
@pjaaskel is it worth of fixing?
I mean fixing dropping support of 1.53?

@pjaaskel
Copy link
Contributor

Our previous goal was to keep supporting the oldest supported Ubuntu LTS and the latest Debian Stable out-of-the-box. But if that causes major troubles to support the new ones, we can drop support for the oldest LTS in favor for the new ones. 20.04 is EOL in April, so we can drop that if it helps.

@pjaaskel
Copy link
Contributor

Seems 20.04 ships 1.71, 22.04 1.74. So if you can make it work with 1.71, perfect, if with 1.74 fine. We don't want to drop OOB support for 22.04 just yet.

@postoroniy
Copy link
Contributor Author

@pjaaskel
#276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants