Forum Discussion
Abe
Frequent Contributor
6 years agoYou can try the following:
cd ~/opt
wget http://apache.forsale.plus//xerces/c/3/sources/xerces-c-3.2.0.tar.gz
tar -xzvf xerces-c-3.2.0.tar.gz
mkdir -p xerces-c-3.2.0-build
cd xerces-c-3.2.0-build
cmake -DCMAKE_INSTALL_PREFIX=~/opt ../xerces-c-3.2.0
make
make installOr just try installing the package for Fedora and see if it helps. This should not cause issues as this package is mostly used by Quartus alone.