-
Notifications
You must be signed in to change notification settings - Fork 12
/
dependencies.txt
63 lines (52 loc) · 1.67 KB
/
dependencies.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
sudo apt install git
sudo apt-get install libhdf5-dev
sudo apt-get install cmake
sudo apt-get install python-mako
sudo apt-get install python-numpy
sudo apt-get install python-pkgconfig
sudo apt-get install python3
sudo apt-get install python-setuptools
sudo apt-get install python-h5py
sudo apt-get install python-packaging
sudo apt-get install python-tz
sudo apt-get install python-dateutil
sudo apt-get install gnuradio
sudo apt-get install python-matplotlib
sudo apt-get install python-scipy
sudo apt-get install python3-uhd
sudo apt install python3-pip
sudo apt install python3-h5py
sudo apt install python3-mpi4py
sudo apt install python3-pyfftw
sudo apt install python3-watchdog
# install ntp client to sync PC clock to network
sudo apt-get install chrony
pip3 install uhd
sudo apt-get install libgnuradio-uhd
git clone http://github.com/MITHaystack/digital_rf
cd digital_rf/
mkdir build
cd build
cmake ..
make
sudo make install
cd ~/
sudo apt-get install libboost-all-dev libusb-1.0-0-dev doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake build-essential
git clone https://github.com/EttusResearch/uhd.git
cd uhd/host/
mkdir build
cd build
cmake -DENABLE_PYTHON=ON ..
make
sudo make install
# refresh shared library index
sudo ldconfig
#
git clone http://github.com/jvierine/chirpsounder2
cd chirpsounder2/
make
#Use pip3 to install missing packages (e.g. pyfftw, scipy etc.). shouldn't be needed
#Thor can be tested using the suggested line "thor.py -m 192.168.10.2 -d "A:A" -c cha -f 12.5e6 -r 25e6 /dev/shm/hf25"
# create data output directory. ionograms will go here
sudo mkdir -p /data0
sudo chown -R $USER:$USER /data0