MWATelescope / mwalib

Library to read Murchison Widefield Array (MWA) raw visibilities, voltages and metadata into a common structure
Mozilla Public License 2.0
10 stars 2 forks source link

Update wiki "Installation via Github Release" #37

Closed vevilo closed 3 years ago

vevilo commented 3 years ago

Some of the commands need updated to be able to install v0.10.0 release (not sure about earlier releases).

Here are the updated lines: Download release from mwalib github releases. (Where X.Y.Z is the current release version) wget "https://github.com/MWATelescope/mwalib/releases/download/vX.Y.Z/mwalib-vX.Y.Z-linux_x86_64.tar.gz" -O mwalib.tar.gz

Install sudo cp mwalib/libmwalib.* /usr/local/lib sudo cp mwalib/mwalib.h /usr/local/include

gsleap commented 3 years ago

Thanks @vevilo for the update! I've made the changes to the wiki now.