seandepagnier / weatherfax_pi

weather fax plugin for opencpn
GNU General Public License v3.0
20 stars 27 forks source link

rtlsdr and portaudio - macos and mingw #143

Closed rgleason closed 4 years ago

rgleason commented 4 years ago

We need to verify that weatherfax is working with these properly and if not reprogram them back into the plugin.

Recent script files may have overwritten the speciallized scripts needed for these features. The other environments should also be checked.

Here is some work being done on the ci-cloud branch in an effort to get MacOS working around March 2020. https://github.com/rgleason/weatherfax_pi/commits/ci-cloud

An example, https://github.com/rgleason/weatherfax_pi/commit/20397ad769bdbd8dbdb4ce0bdb16c900c8890d1d

For example, -Need portaudio for Macos. Download the file, unzip it in /usr/local directory cd ~/usr/local;wget -e robots=off -r -np http://sourceforge.net/projects/opencpnplugins/files/weatherfax_pi/OSXportaudiofiles.zip;unzip OSXportaudiofiles.zip;rm -rf __MACOSX

Note this is no longer available on sourceforge

rgleason commented 4 years ago

I believe this is fixed.