-
Notifications
You must be signed in to change notification settings - Fork 47
building for Ubuntu24.04 #276
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
base: main
Are you sure you want to change the base?
Conversation
╰─ oa-selftest -v ─╯ Ran 8 tests in 94.155s OK |
@@ -96,6 +96,35 @@ This step needs root/admin privileges. | |||
For Ubuntus, you need to enable the universe and multiverse repositories first: | |||
https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_Repositories_in_Ubuntu | |||
|
|||
Ubuntu 24.04 | |||
------------------------- | |||
This version of Ubuntu has only libwxgtk3.2 and it requires to build wxGTK manualy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check how far is 3.2 from 3.0 API-wise? Would it be difficult to fix OpenASIP code base to support it? Unfortunately 20.04 nor 22.04 do not support it, so we'd need to #ifdef-support the both versions.
sudo make install | ||
``` | ||
|
||
It could be impossible to build with default libboost-all-dev, please use version 1.74 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be impossible to build with default libboost-all-dev, please use version 1.74 | |
The default libboost installed by Ubuntu 24.04 is not yet supported by OpenASIP, however, the version 1.74 works: |
```bash | ||
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module | ||
``` | ||
|
||
Ubuntu 20.04+ / Debian 11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ubuntu 20.04+ / Debian 11 | |
Ubuntu 20.04, 22.04 and Debian 11 |
No description provided.