Giter Club home page Giter Club logo

ilastik-build-linux's Introduction

ilastik-build-Linux

Use buildem to compile ilastik and all its dependencies on Linux.

As a prerequisite, the following command must be executed to install the packages needed for compilation on a Debian system like Ubuntu:

sudo apt-get install build-essential g++ gcc git cmake cmake-curses-gui gfortran libxext-dev libfontconfig1-dev chrpath libxt-dev libgl1-mesa-dev libxfixes-dev libxrender-dev libxcursor-dev libxrandr-dev libxinerama-dev

Usage:

> mkdir <ilastik_build_dir>
> cd <ilastik_build_dir>
> git clone https://github.com/martinsch/ilastik-build-Linux.git
> mkdir build
> cd build
> cmake ../ilastik-build-Linux -DBUILDEM_DIR=<ilastik_build_dir> -DCPLEX_ROOT_DIR=<cplex_dir>
> make help      # (Optional: View the list of targets)
> make           # or 'make -j8' for parallel builds
> make package   # to create a 'ilastik-Linux.tar.gz' binary installer

Note: Parallel builds (using -j8) can sometimes cause certain sub-projects (e.g. pyqt) to fail to build. If you experience any build failures, try a non-parallel build. The <cplex_dir> must point to the directory in which the directory with cplex libraries is located, e.g. $HOME/local

ilastik-build-linux's People

Contributors

ukoethe avatar stuarteberg avatar

Watchers

James Cloos avatar Philipp Hanslovsky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.