ddarriba / modeltest

Best-fit model selection
GNU General Public License v3.0
73 stars 21 forks source link

Ubuntu modeltest-gui failed! #70

Open cypheroJ opened 1 month ago

cypheroJ commented 1 month ago

I run the command: modeltest-gui I got modeltest-gui: command not found

after finished installing modeltest-ng Screenshot 2024-07-23 151649

My qmake version: Screenshot 2024-07-23 151814

ddarriba commented 1 month ago

If you followed the installation instructions, it seems you have built a non-graphical version. In order to generate the modeltest-gui binary it is necessary to build the GUI version:

mkdir build && cd build cmake -DENABLE_GUI=ON .. make