Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 979 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 979 Bytes

KN2CAutoref

We use C++ language and Qt IDE to develop our softwares.
This code is published under GPL3 license. We will be appreciate if we can help any of SSL community members, so please feel free to ask your questions!



Compile

For build and run this program, we recommend you to use Qt Environment in Ubuntu. You also need following libraries to compile this program :

  • Qt Libraries : Just built-in qt libraries!
  • iGraph : used for graph calculations, especially for matching(www.igraph.org)
  • Boost(www.boost.org)
  • Google Protobuf

You can use this command in terminal to install required libraries.

sudo apt-get install libboost-all-dev libgmp3-dev libmpfr-dev libmpfr-doc libmpfr4 libmpfr4-dbg libigraph0* libprotobuf-dev protobuf-compiler



Manual

Please refer to MANUAL file.

Developers

Current
Mohammad Reza Karimi Dastjerdi ([email protected])