daca2-getpackages: update instructions

This commit is contained in:
Daniel Marjamäki 2019-10-19 18:49:58 +02:00
parent a7a568d75a
commit dc7cf10962
1 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,13 @@
#!/usr/bin/env python #!/usr/bin/env python
# #
# 1. Create a folder daca2 in your HOME folder # Get list of debian packages
# 2. Put cppcheck-head in daca2. It should be built with all optimisations. #
# 3. Optional: Put a file called "suppressions.txt" in the daca2 folder. # Usage:
# 4. Optional: tweak FTPSERVER and FTPPATH in this script below. #
# 5. Run the daca2 script: python daca2.py FOLDER # cd cppcheck/tools
# python daca2-getpackages.py
#
import argparse import argparse
import logging import logging