magao-x / MagAOX

The MagAO-X Software System

Home Page:https://magao-x.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes from building on new RTC

jaredmales opened this issue · comments

New patch needed for Alpao

BMC just needed a rebuild

For TMC Controller:

  sudo yum install libconfuse-devel.x86_64
  cd /opt/MagAOX/vendor
  wget https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2
  tar -xvjf libftdi1-1.5.tar.bz2
  cd libftdi1-1.5.tar.bz2
  mkdir _build && cd _bulld
  cmake ..
  sudo make install
  cd /opt/MagAOX/source
  git clone git@github.com:jaredmales/tmcController.git

basler download not working -- copied by hand from ICC