X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.md;fp=doc%2Fbuilding.md;h=0453c23f3b7b962747f6f5f86724e85130292875;hb=e3c8595c4af05816fa7bf0859c052a97e3b875ea;hp=ae76ced787bd67cdad176104a40fb80a05e58bb9;hpb=f7ee28904ba53bbc34858612a2598fbdf10b3049;p=jalview.git diff --git a/doc/building.md b/doc/building.md index ae76ced..0453c23 100644 --- a/doc/building.md +++ b/doc/building.md @@ -5,12 +5,17 @@ ``` # download git clone http://source.jalview.org/git/jalview.git -#compile +# compile cd jalview -gradle getdown +gradle shadowJar # run -cd getdown/files/11 -java -jar gradle-launcher.jar . jalview +java -jar build/libs/jalview-all-11.jar + +# and/or create launcher +gradle getdown +# use launcher +cd getdown/files +java -jar getdown-launcher.jar . jalview ``` @@ -23,7 +28,7 @@ The method here is described in terms of using a command line. You can easily d * git ### Java 11 JDK -We recommend obtaining an OpenJDK JDK 11 from AdoptOpenJDK: , either the *Installer* or `.zip`/`.tar.gz` variants whichever you prefer (if you're not sure, choose the *Installer*). +We recommend obtaining an OpenJDK JDK 11 (since 11 is the long term support release) from AdoptOpenJDK: , either the *Installer* or `.zip`/`.tar.gz` variants whichever you prefer (if you're not sure, choose the *Installer*). ### gradle and git You should be able to install the latest (or close to the latest) versions of gradle and git using your OS package manager. @@ -55,7 +60,7 @@ run ``` ##### for RPM-based distributions (e.g. Fedora, CentOS, RedHat) -run (probably) +run ``` sudo yum install gradle git