Difference between revisions of "Qtnx"

From Linuxintro
imported>ThorstenStaerk
(Created page with "ok, today I am trying to build qtnx: git clone https://github.com/gw280/QtNX.git cd QtNX/ cd nxcl/ tweedleburg:~/QtNX/nxcl # autoreconf -is configure.ac:19: error: p...")
 
imported>ThorstenStaerk
 
Line 1: Line 1:
ok, today I am trying to [[build]] qtnx:
+
ok, today I am trying to [[build]] qtnx.
 +
 
 +
* first install some dependencies:
 +
yast -i doxygen
  
 
  git clone https://github.com/gw280/QtNX.git
 
  git clone https://github.com/gw280/QtNX.git

Latest revision as of 08:04, 21 July 2014

ok, today I am trying to build qtnx.

  • first install some dependencies:
yast -i doxygen
git clone https://github.com/gw280/QtNX.git
cd QtNX/
cd nxcl/
tweedleburg:~/QtNX/nxcl # autoreconf -is
configure.ac:19: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
libtoolize --force
aclocal
autoheader 
automake --force-missing --add-missing
autoconf
./configure