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

Build instructions for arch linux #160

Open
exo-cortex opened this issue Dec 15, 2023 · 2 comments
Open

Build instructions for arch linux #160

exo-cortex opened this issue Dec 15, 2023 · 2 comments

Comments

@exo-cortex
Copy link

I am struggling with building this on arch linux.

would it be possible to update the list of needed packages for arch linux?

@timhutton
Copy link
Member

I've never tried. If anyone knows, please tell us.

@helour
Copy link

helour commented Dec 14, 2024

Try this:

sudo pacman -S gtk3 libxt ocl-icd glu mesa vtk wxwiddgets-gtk3 cmake base-devel git
sudo pacman -S cli11 ospray openvr postgresql boost pdal netcdf adios2 cgns eigen utf8cpp fast_float opencascade liblas
sudo pacman -S python-mpi4py

sudo ln -s /usr/include /include

git clone https://github.com/GollyGang/ready.git
cd ready
cmake -DCMAKE_BUILD_TYPE=Release .
make

The Ready works, unfortunately, without displaying the central output window.

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

4 participants
@timhutton @exo-cortex @helour and others