Skip to content
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

Installing on Ubuntu #11

Open
nzalik opened this issue Aug 12, 2022 · 2 comments
Open

Installing on Ubuntu #11

nzalik opened this issue Aug 12, 2022 · 2 comments

Comments

@nzalik
Copy link

nzalik commented Aug 12, 2022

Please i need steps to install this tool on my ubuntu.
Thank you

@ctrlcctrlv
Copy link

sudo apt install libboost-all-dev cmake build-essential
cmake -DCMAKE_BUILD_TYPE=Release . && make
mv axmldec ~/.local/bin/

@HenrikBengtsson
Copy link

sudo apt install libboost-all-dev cmake build-essential

FWIW, I'm on Ubuntu 22.04 and instead of libboost-all-dev, which installs a lot of packages, for me, it was sufficient to install the following subset:

sudo apt install libboost-dev libboost-system-dev libboost-iostreams-dev libboost-program-options-dev libboost-locale-dev

Disclaimer: It could be that there are other libboost-*-dev packages that I had installed from previous software installs on this machine.

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

3 participants