Installing and running Odemis viewer on Linux ============================================= Follow the instructions below to build and install the most recent version of Odemis. The instructions depends on your Linux distribution. The commands given are to by typed in a terminal (aka "Console window"). If you run into any problems or have any suggestions, please feel free to contact info@delmic.com If you have Ubuntu 12.04 or 16.04 --------------------------------- sudo add-apt-repository ppa:delmic-soft/odemis # (accept this new repository by pressing Enter) sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install odemis An "Odemis Viewer" icon should now be present in the Dash. If you have Ubuntu 15.10 (or later) or Debian 8 (or later) ---------------------------------------------------------- sudo apt-get install python-imaging python-yaml python-serial python-zmq \ python-concurrent.futures python-scipy python-decorator cgroup-bin \ python-libtiff python-h5py libtiff5-dev python-psutil \ python-pkg-resources python-cairo python-numpy python-scipy \ python-decorator python-xdg python-suds python-matplotlib python-opencv \ python-wxgtk3.0 python-serial python-evdev python-notify \ graphicsmagick cgroup-bin python-setuptools cython build-essential # Go to a repository where you will put the source code of Odemis, for instance: mkdir ~/development cd ~/development git clone https://github.com/delmic/odemis.git git clone https://github.com/delmic/pylibtiff.git # Only needed if you do not have python-libtiff 0.4 git clone https://github.com/delmic/Pyro4.git cd ~/development/Pyro4 python setup.py build sudo python setup.py install cd ~/development/pylibtiff python setup.py build sudo python setup.py install cd ~/development/odemis python setup.py build sudo python setup.py install An "Odemis Viewer" icon should now be present in the Dash or application menu. Generic instructions for other Linux distributions -------------------------------------------------- Install the following programs and libraries: git cgroup wxPython (>= 3.0) python-zmq (>= 2.1) python-concurrent.futures python-pkg-resources python-decorator python-yaml python-serial PIL or Pillow (aka python-imaging) python-evdev python-cairo python-numpy python-scipy python-libtiff python-h5py (>= 2.1) python-xdg python-matplotlib python-opencv (>= 2.4) python-notify python-psutil # Go to a repository where you will put the source code of Odemis, for instance: mkdir ~/development cd ~/development git clone https://github.com/delmic/odemis.git git clone https://github.com/delmic/pylibtiff.git # Only needed if you do not have python-libtiff 0.4 git clone https://github.com/delmic/Pyro4.git cd ~/development/Pyro4 python setup.py build sudo python setup.py install cd ~/development/pylibtiff python setup.py build sudo python setup.py install cd ~/development/odemis python setup.py build sudo python setup.py install An "Odemis Viewer" icon should now be present in the application menu. Alternatively, it is possible to run odemis with: odemis-gui --standalone