QSapecNG
|
Working both on GNU/Linux or Microsoft Windows systems requires several steps which are useful to prepare the environment.
Users of Unix-like systems maybe are able to retrieve needed packages from a dedicated package manager, otherwise can download them from the correct sources.
Attention: if you want to compile QSapecNG you need development headers and libraries, not only shared (or static) libraries.
These are the libraries you need:
At the end, you will be ready to compile QSapecNG.
If you will encounter difficulties, please keep in mind that pre-compiled packages are available (or they will be soon) for download from SourceForge.net directory.
To compile QSapecNG, please look at the section dedicated to your system.
Once environment has been prepared, these are the necessaries steps you have to follow to compile the software:
If it works, you will find an executable called qsapecng into the bin subdirectory, or a system-wide executable.
If you want to pack compiled software, you can use cpack, a software shipped with cmake. To do that, launch from main directory:
You will find QSapecNG-x.y.z.[deb|tar.bz2|tar.gz|tar.Z] packages placed into the main directory.
Under Microsoft Windows systems, you can prepare environment using cmake by command line as previously shown.
Then compile with Visual Studio or other equivalent IDEs which support Makefile architecture. That's all.