-
Notifications
You must be signed in to change notification settings - Fork 1
Installation guide
Lukas Käll edited this page May 8, 2020
·
8 revisions
Download the installer for your platform of choice here: https://github.com/statisticalbiotechnology/quandenser/releases
Also, Quandenser needs Java >= 1.6 to be installed to run Dinosaur: Java installation instructions
- Extract the
win64.zip
file (orwin32.zip
if you happen to still have a 32-bit Windows installation) - Run the
.exe
installer - You might get a warning from Windows Defender. To continue, click on
More info
followed byRun anyway
:
- On the welcome screen, click
Next
:
- Accept the license by clicking on
I Agree
:
- Choose if you want to add
quandenser
to your PATH, this allows you to run thequandenser
binary from any directory (this can also be done manually at a later stage). ClickNext
:
- Choose the installation folder and click
Next
- You will likely not need the start menu item for
quandenser
, so selectDo not create shortcut
and pressNext
:
- Select
System
for components to install and clickNext
- If the installation completed successfully, you should see the following screen. Click
Finish
to exit.
- To check if you can run
quandenser
now, open a command prompt, e.g. by searching forcmd.exe
in the Windows search bar and opening the programCommand Prompt
. If you have not addedquandenser
to your path, navigate to the installation folder (e.g.cd C:\Program Files\quandenser-v0-02\bin
) and run the commandquandenser -h
. This should open the help message of Quandenser.
- Extract the
.tar.gz
file, e.g.tar -xzf ubuntu.tar.gz
- Install the
.deb
package, e.g.sudo dpkg -i quandenser-v0-02-linux-amd64.deb
(replacingv0-02
with the current version). - Verify that the installation succeeded by displaying the help message:
quandenser -h
- Extract the
.tar.gz
file, e.g.tar -xzf fedora.tar.gz
- Install the
.rpm
package, e.g.sudo rpm -i quandenser-v0-02-linux-amd64.rpm
(replacingv0-02
with the current version). - Verify that the installation succeeded by displaying the help message:
quandenser -h
- Extract the
.tar.gz
file, e.g.tar -xzf centos.tar.gz
- Install the
.rpm
package, e.g.sudo yum install quandenser-v0-02-linux-amd64.rpm
(replacingv0-02
with the current version). - Verify that the installation succeeded by displaying the help message:
quandenser -h
- Extract the
.zip
file - Run the
.dmg
installer