diff Start.sh @ 407:ad98466353c6

test_modify_subsequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Jun 2021 16:53:02 +0200
parents da2be3ff2db5
children 2ca9e31d582f
line wrap: on
line diff
--- a/Start.sh	Fri Jun 04 17:31:13 2021 +0200
+++ b/Start.sh	Wed Jun 09 16:53:02 2021 +0200
@@ -1,7 +1,18 @@
 #!/bin/bash
 
-# Without Docker:
-# python ./Tests/Run.py --force
+# Without Docker on Ubuntu 18.04:
+#
+# (1) Compile Orthanc 0.8.6:
+#   $ cd $HOME/Releases/
+#   $ hg clone -u Orthanc-0.8.6 https://hg.orthanc-server.com/orthanc Orthanc-0.8.6
+#   $ mkdir $HOME/Releases/Orthanc-0.8.6/Build
+#   $ cd $HOME/Releases/Orthanc-0.8.6/Build
+#   $ cmake .. -DCMAKE_BUILD_TYPE=Release -DSTATIC_BUILD=ON
+#   $ make -j4 UnitTests Orthanc
+#
+# (2) Run the integration tests using Orthanc 0.8.6:
+#   $ rm -rf /tmp/OrthancStorage ; python ./Tests/Run.py --orthanc=$HOME/Releases/Orthanc-0.8.6/Build/Orthanc --force
+#
 
 set -ex