Installation error in elementary os 6(Unable to install goocanvas-3) #610
Answered
by
Suzie97
DuttaAB-dev
asked this question in
Q&A
-
Hi! I am unable to build Akira from source as goocanvas 3 is not available in the ubuntu 20.04 repos and building it from source is not working for me as there are no clear instructions. Can anyone help me out on this? |
Beta Was this translation helpful? Give feedback.
Answered by
Suzie97
Jun 20, 2021
Replies: 1 comment 3 replies
-
I just installed goocanvas for compiling Akira on Odin yesterday. Make sure to use the meson branch. Run meson build --prefix=/usr
cd build
sudo ninja install PS Thanks to @abdallah-moh for guiding me on how to do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Alecaddd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just installed goocanvas for compiling Akira on Odin yesterday.
https://github.com/GNOME/goocanvas/tree/goocanvas-3.0-meson.
Make sure to use the meson branch.
Run
meson build --prefix=/usr cd build sudo ninja install
PS Thanks to @abdallah-moh for guiding me on how to do it.