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

Remove libgpredict dependency #12

Open
wose opened this issue Dec 5, 2019 · 2 comments
Open

Remove libgpredict dependency #12

wose opened this issue Dec 5, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@wose
Copy link
Owner

wose commented Dec 5, 2019

By removing libgpredict and adding a pure rust implementation of SGP4 we also remove all libgpredict dependencies and improve the install experience.

Needs a Rust implementation of SGP4. See rust-sgp4 for a starting point.

@wose wose added the enhancement New feature or request label Dec 5, 2019
@cpbridges
Copy link

Running satnogs on a RPi and libgpredict dependancy libglib2.0-dev does not exist on the RPi. Tried with libglib2.0-0 and libglib2.0-data but it doesn't work.

Rust version would be way better. 73s C

@wose
Copy link
Owner Author

wose commented Jan 16, 2020

Hi,

libgpredict compiles fine on rasbian buster and stretch. Here are the glib packes I have installed on buster:

$ dpkg -l |grep libglib
ii  libglib2.0-0:armhf                     2.58.3-2+deb10u2                      armhf        GLib library of C routines
ii  libglib2.0-bin                         2.58.3-2+deb10u2                      armhf        Programs for the GLib library
ii  libglib2.0-data                        2.58.3-2+deb10u2                      all          Common files for GLib library
ii  libglib2.0-dev:armhf                   2.58.3-2+deb10u2                      armhf        Development files for the GLib library
ii  libglib2.0-dev-bin                     2.58.3-2+deb10u2                      armhf        Development utilities for the GLib library

What distribution are you using? What's the exact error message you get when compiling libgpredict? Can you make sure your package list is up to date: apt update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants