m 1 révision importée |
Aucun résumé des modifications |
||
| Ligne 34 : | Ligne 34 : | ||
}} | }} | ||
== Liens Externes == | |||
{{grebox-jck|content= | {{grebox-jck|content= | ||
{{favorites |name=CppUnit|css3treeviewkw}} | {{favorites |name=CppUnit|css3treeviewkw}} | ||
}} | }} | ||
<keywords content="CppUnit,Cpp,C++" />
#installer le packet cppunit
sudo apt-get install libcppunit-dev
#remplacer la ligne
AM_PATH_CPPUNIT(1.13.2)
#par la ligne
PKG_CHECK_MODULES(CPPUNIT, cppunit >= 1.13.2)
#example
git clone https://github.com/JLTRY/cppunit-money.git
aclocal -I /usr/share/aclocal
autoconf
automake -a
./configure
make check