Code Monkey home page Code Monkey logo

auto-build-rtk's Introduction

auto-build-RTK

This repo contains a bash script that fully automates the compilation process of RTK for a Linux machine.
It simply follows the 0-1-2-3 installation steps that can be found here.
It compiles with the " make -j " option and also adds the -fPIC value inside CMAKE_CXX_FLAGS and CMAKE_C_FLAGS options in order to prevent troubles with other software that requires ITK or RTK as a dependency, like SimpleITK.

Requirements:

  • A good internet connection.
  • Enough RAM memory. If you have less than 2 GB, make sure that you have a swap partition enabled.
  • C/C++ compiler.
  • Cmake.
  • Git.
  • Wget.

How to use it:

  • Create an empty directory that will host both RTK and ITK sources.
  • Enter to this folder.
  • Download this file with Wget:
    wget https://raw.githubusercontent.com/dannylessio/auto-build-RTK/master/auto_build_RTK.sh
    

  • Give the execution privileges to the .sh script.
chmod +x auto_build_RTK.sh

- Execute it.
``` ./auto_build_RTK.sh ```
- Hope, and take a long coffee. - If you see the "RTK Hello World!" string, everything is working fine and the compilation process is done.

auto-build-rtk's People

Contributors

dannylessio avatar

Watchers

 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.