Open abdulbadii opened 4 years ago
It looks like you need to install xsltproc. If you've downloaded it from github you should have the debian folder included, so the best way to install it is by building a .deb package with: debuild -i -uc -us -b
. You may get some warnings about the target release being Ubuntu instead of Debian etc, but it will still work.
Can't find dbuild so just directly search xsltproc by apt, was fixed and built perfectly but keep curious what debuild is
I think it's in a package called devscripts. Or you could use dpkg-buildpackage instead.
After success have this on Arch then I switched to Debian but now although
cmake ..
successful gave a makefile, stumbled onWhy on Debian has problem while it was easily produced on Archlinux ?