1 2 3 4 5 6 7 8 9 10 11 12 13 | This software is distributed under the GNU General Public License. It uses some parts of the open source software Minisat. The following packages are required to build CoQuiAAS : - g++ (C++ compiler) - zlib1g-dev (API to inflate/deflate data)) - libtool - pkg-config How to build CoQuiAAS: - run "configure" - run "make" |