Update install add Pacsat installation

pull/347/head
Alan Johnston 1 year ago committed by GitHub
parent 828939a54e
commit 184a65da56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -122,9 +122,30 @@ cd rpitx
./install.sh
cd
git clone https://github.com/ac2cz/iors_common.git
cd iors_common/Debug/
make all
sudo ./install.sh
cd
git clone https://github.com/ac2cz/pi_pacsat.git
cd pi_pacsat/Debug
make all
mkdir /home/pi/PacSat
mkdir /home/pi/PacSat/pacsat
mkdir /home/pi/PacSat/pacsat/dir
export LD_LIBRARY_PATH=/mnt/usb-disk/ariss/lib:/usr/local/lib/iors_common:$LD_LIBRARY_PATH
cd
sudo cp ~/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service

Loading…
Cancel
Save

Powered by TurnKey Linux.