Build linuxcnc on fedora 37

96 views Asked by At

I am trying to build linuxcnc on fedora iot 37 aarch64 following this link I installed dependencies using rpm-ostree

rpm-ostree install autoconf \
  automake \
  gcc \
  gcc-c++ \
  tcl-devel \
  python-Yapps2 \
  python3-devel \
  python3-tkinter \
  python3-argcomplete \
  libtirpc-devel \
  libudev-devel \
  libmodbus-devel \
  libusb1-devel \
  glib2-devel \
  gtk3-devel \
  intltool \
  boost-devel \
  readline-devel \
  mesa-libGLU-devel \
  libXmu-devel \
  asciidoc

I am able to configure and make using this command

./configure --with-realtime=uspace --enable-non-distributable=yes && make

After build I don't see any build file ie linuxcnc to start build application.

Note: To remove --enable-non-distributable=yes from configure command I need to install libreadline-gplv2-dev which is debian based package alternative of this in fedora is readline-devel which already installed but no success.

What am I missing ?

0

There are 0 answers