nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

How to install fpp by local file. #245

Closed Zanejins closed 1 year ago

Zanejins commented 1 year ago

I can't access github on my ubuntu due to network problems. But I have downloaded native-fpp-linux-x86_64 and fprime-fpp-1.0.2.

When I run python setup.py in the fprime-fpp-1.0.2 directory, it still be from github, how do I change it to native-fpp-linux-x86_64 which I have downloaded locally. Thank you. image

ThibFrgsGmz commented 1 year ago

If I remember well, you can hack the installation by changing the various paths in fprime_fpp_install.py.

https://github.com/fprime-community/fpp/blob/f8290b9f9c22f663b8922df8845da7f739941cb8/fprime_fpp/fprime_fpp_install.py#L78

I did it once a few months ago because like you I had no internet connection.

ThibFrgsGmz commented 1 year ago

According to https://github.com/nasa/fprime/discussions/1958#discussioncomment-5551030 this issue can be closed, right?

bocchino commented 1 year ago

Yes, thanks!