Download UGENE: https://ugeneunipro.github.io/ugene/
Qt (>= 5.12.0 and <= 5.15.x) with the following components installed with Qt installer:
- Desktop
- QtScript
To build with devenv (Visual Studio):
qmake -r -tp vc ugene.pro- open ugene.sln from Visual Studio and build or run
devenv.exe ugene.sln /Buildfrom MSVC command line
To build with nmake:
qmake -r ugene.pro- run
nmake,nmake debugornmake releaseto build UGENE
To build and install UGENE on *nix:
qmake -r PREFIX=/opt/ugene-${VERSION}.make -j 4sudo make installsudo ln -s /opt/ugene-${VERSION}/ugene /usr/binugene -ui
Note: you do not need 'sudo' if you select your own folder for the installation.