...
1) Install dependency packages assuming ubuntu derivative. Note - these steps can potentially be done during SD cart setup on the host machine.
Code Block |
---|
sudo apt-get update sudo apt-get install aptitude sudo aptitude update sudo aptitude install build-essential libboost-all-dev libgsl0-dev subversion bzr cmake-curses-gui libblas-dev |
...