palaeoware / trevosim

TREvoSim - The [Tr]ee [Evo]lutionary [Sim]ulator program
GNU General Public License v3.0
4 stars 3 forks source link

Installation #3

Closed ms609 closed 3 months ago

ms609 commented 4 months ago

As part of my JOSS review, I've attempted to compile TREvoSim 3 on Windows 10, following https://trevosim.readthedocs.io/en/latest/requirements.html https://trevosim.readthedocs.io/en/latest/requirementsinstallation.html

Overall my main impression is that the installation instructions assume that a user is already experienced in using GitHub and creating C++ binaries. My sense is that few users of the software will have this background, and that the documentation would be more useful if it assumed minimal programming experience, at a level that might be expected of a typical quantitatively-able graduate student in palaeontology/evolutionary biology.

Ease of navigating the documentation

Installation from binaries

Installation from source

RussellGarwood commented 4 months ago

Amazing, thanks so much for these pointes @ms609. Will work on this very shortly, and tick off the items in your list as they are addressed. Where requried, I will respond in italics

RussellGarwood commented 3 months ago

@m609 - all the above points are now addressed bar one (see below) - I'll leave the comment open for a day or two in case you want to check any of the above out, and if I hear nothing further, then close it.

-- Are there alternatives to QT for users who do not

To an extent, yes. You do not need an account to use on an open source OS, so if those T&Cs are an issue, this would be the solution (although I recognise that may not be convenient). Long term, my intention is to replace all QT datastrctures and classes in the core simulation with STL C++, allowing me to compile a headless version for command line use (which relates to issue #31 ) - but that will be in a future release

ms609 commented 3 months ago

Looks good to me! 👍🏾